Merge pull request #2902 from jamesqo/patch-2

Add App.config + NuGet.config to the XML file list
This commit is contained in:
James Ko
2016-03-23 22:11:36 -04:00
committed by Arfon Smith
parent 2012647f78
commit c7868a95bc
2 changed files with 8 additions and 0 deletions

6
test/fixtures/Data/app.config vendored Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>