mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2902 from jamesqo/patch-2
Add App.config + NuGet.config to the XML file list
This commit is contained in:
@@ -3917,6 +3917,8 @@ XML:
|
||||
filenames:
|
||||
- .classpath
|
||||
- .project
|
||||
- App.config
|
||||
- NuGet.config
|
||||
- Settings.StyleCop
|
||||
- Web.Debug.config
|
||||
- Web.Release.config
|
||||
|
||||
6
test/fixtures/Data/app.config
vendored
Normal file
6
test/fixtures/Data/app.config
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user