new toolset compiler - 2.6.0-beta1-62126-01 (#2090)

This was a "special" build, so there is no public VSIX for this.
The old one should be ok, for most scenarios.

When VS 15.5 preview1 is available it will match this compiler feature-wise by default.
This commit is contained in:
Vladimir Sadov 2017-10-06 11:08:56 -06:00 committed by Pavel Krymets
parent e2c22b91af
commit 2ce4719690
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Compilers" Version="2.6.0-rdonly-ref-62111-06" PrivateAssets="All">
<PackageReference Include="Microsoft.NETCore.Compilers" Version="2.6.0-beta1-62126-01" PrivateAssets="All">
<!--
Suppresses the warning about having an explicit package version in this repo.
We are okay with this for now as the experimental version of the compiler is unique to Kestrel (for now).