Use 3.0 configuration in RCLs

This commit is contained in:
Pranav K 2018-11-14 17:03:57 -08:00
parent 797106d292
commit 5cf821d1b4
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<RuntimeIdentifiers>win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers> <RuntimeIdentifiers>win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<_EnableAllInclusiveRazorSdk>true</_EnableAllInclusiveRazorSdk> <_EnableAllInclusiveRazorSdk>true</_EnableAllInclusiveRazorSdk>
<RazorLangVersion>2.1</RazorLangVersion> <RazorLangVersion>3.0</RazorLangVersion>
<RazorDefaultConfiguration>MVC-2.1</RazorDefaultConfiguration> <RazorDefaultConfiguration>MVC-3.0</RazorDefaultConfiguration>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>