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

Update the compiler version and the language version to 7.3 #2161

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' of https://github.com/dotnet/corefxlab into Upd…
…ateCompiler
  • Loading branch information
ahsonkhan committed Mar 19, 2018
commit ef3ab0b7da7e039daddcfa3ba6ad1ad6f4dabe39
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ To build the projects in this repo, you have a few options:
* (On Windows) Invoke build.cmd. This will download an acceptable version of the .NET CLI automatically and use it to build the entire repository. NOTE: Don't invoke `scripts/build.ps1` directly. It requires that some environment be set in order for it to work correctly. `build.cmd` does this.
* (On Windows) Open the solution file in Visual Studio 2015. NOTE: This requires unreleased plugins to work at this point in time.
Using VS Code, see https://aka.ms/vscclrdogfood.
* If using Visual Studio, install the following VSIX to have IDE support for C#7.3 features that this project uses. - https://dotnet.myget.org/F/roslyn/vsix/0b5e8ddb-f12d-4131-a71d-77acc26a798f-2.8.0.6270809.vsix
* If using Visual Studio, install the following VSIX to have IDE support for C#7.3 features that this project uses. - https://dotnet.myget.org/F/roslyn/vsix/0b5e8ddb-f12d-4131-a71d-77acc26a798f-2.9.0.6271909.vsix

## Measuring Performance

12 changes: 6 additions & 6 deletions tools/dependencies.props
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
<PropertyGroup>
<RuntimeFrameworkVersion>2.1.0-preview3-26319-04</RuntimeFrameworkVersion>
<CoreFxStableVersion>4.3.0</CoreFxStableVersion>
<RoslynVersion>2.8.0-beta2-62708-09</RoslynVersion>
<SystemMemoryVersion>4.5.0-preview2-26315-04</SystemMemoryVersion>
<SystemCompilerServicesUnsafeVersion>4.5.0-preview2-26315-04</SystemCompilerServicesUnsafeVersion>
<SystemNumericsVectorsVersion>4.5.0-preview2-26315-04</SystemNumericsVectorsVersion>
<SystemBuffersVersion>4.5.0-preview2-26315-04</SystemBuffersVersion>
<SystemIOPipelinesVersion>4.5.0-preview2-26315-04</SystemIOPipelinesVersion>
<RoslynVersion>2.8.0-beta2-62719-08</RoslynVersion>
<SystemMemoryVersion>4.5.0-preview3-26319-04</SystemMemoryVersion>
<SystemCompilerServicesUnsafeVersion>4.5.0-preview3-26319-04</SystemCompilerServicesUnsafeVersion>
<SystemNumericsVectorsVersion>4.5.0-preview3-26319-04</SystemNumericsVectorsVersion>
<SystemBuffersVersion>4.5.0-preview3-26319-04</SystemBuffersVersion>
<SystemIOPipelinesVersion>4.5.0-preview3-26319-04</SystemIOPipelinesVersion>
<LibuvVersion>1.9.1</LibuvVersion>
<TestSdkVersion>15.0.0</TestSdkVersion>
<XunitVersion>2.2.0</XunitVersion>
You are viewing a condensed version of this merge commit. You can view the full changes here.