Updating toolset compiler (#2052)
This commit is contained in:
parent
a31d1e024c
commit
1470ee0658
|
|
@ -14,7 +14,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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.
|
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).
|
We are okay with this for now as the experimental version of the compiler is unique to Kestrel (for now).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue