Updating toolset compiler (#2052)

This commit is contained in:
Vladimir Sadov 2017-09-18 22:07:47 +00:00 committed by Pavel Krymets
parent a31d1e024c
commit 1470ee0658
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-62106-01" PrivateAssets="All">
<PackageReference Include="Microsoft.NETCore.Compilers" Version="2.6.0-rdonly-ref-62111-06" 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).