mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +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:
|
filenames:
|
||||||
- .classpath
|
- .classpath
|
||||||
- .project
|
- .project
|
||||||
|
- App.config
|
||||||
|
- NuGet.config
|
||||||
- Settings.StyleCop
|
- Settings.StyleCop
|
||||||
- Web.Debug.config
|
- Web.Debug.config
|
||||||
- Web.Release.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