Skip to content

Commit

Permalink
Adding VB compiler configuration to src/Orchard.Web/Web.config, becau…
Browse files Browse the repository at this point in the history
…se it would be readded on rebuild by the imported target anyway
  • Loading branch information
BenedekFarkas committed Apr 4, 2024
1 parent ff9aeec commit 9e0dd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Orchard.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" compilerOptions="/langversion:7.3 /nowarn:1659;1699;1701;612;618" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008,40000,40008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</compilers>
</system.codedom>
<system.data>
Expand Down

0 comments on commit 9e0dd68

Please sign in to comment.