Skip to content

Commit f34cded

Browse files
committed
remove /langversion from web.config
1 parent 509ba0c commit f34cded

4 files changed

Lines changed: 2 additions & 86 deletions

File tree

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
<NuGetContent Include="Content\net45\*">
2424
<Destination>content\net45</Destination>
2525
</NuGetContent>
26-
<NuGetContent Include="Content\net46\*">
27-
<Destination>content\net46</Destination>
28-
</NuGetContent>
2926
<NuGetContent Include="build\*">
3027
<Destination>build\net45</Destination>
3128
</NuGetContent>

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/content/net45/web.config.install.xdt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
extension=".cs"
2929
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
3030
warningLevel="4"
31-
compilerOptions="/langversion:6 /nowarn:1659;1699;1701"
31+
compilerOptions="/nowarn:1659;1699;1701"
3232
xdt:Transform="Insert" />
3333
</compilers>
3434
</system.codedom>
@@ -51,7 +51,7 @@
5151
extension=".vb"
5252
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
5353
warningLevel="4"
54-
compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"
54+
compilerOptions="/nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"
5555
xdt:Transform="Insert" />
5656
</compilers>
5757
</system.codedom>

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/content/net46/web.config.install.xdt

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/content/net46/web.config.uninstall.xdt

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)