Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update Roslyn compiler to latest, language version to latest (#2298)
Browse files Browse the repository at this point in the history
GrabYourPitchforks authored May 17, 2018
1 parent 7fa9165 commit c23a3de
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/common.props
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile>
<LangVersion>7.2</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<ItemGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
<PackageReference Include="Microsoft.NETCore.Compilers" Version="$(RoslynVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tools/dependencies.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<CoreFxStableVersion>4.3.0</CoreFxStableVersion>
<RoslynVersion>2.6.0-beta3-62316-02</RoslynVersion>
<RoslynVersion>2.8.0-beta4</RoslynVersion>
<SystemMemoryVersion>4.6.0-preview1-26517-01</SystemMemoryVersion>
<SystemCompilerServicesUnsafeVersion>4.6.0-preview1-26517-01</SystemCompilerServicesUnsafeVersion>
<SystemNumericsVectorsVersion>4.6.0-preview1-26517-01</SystemNumericsVectorsVersion>

0 comments on commit c23a3de

Please sign in to comment.