Skip to content

Commit

Permalink
Update to Preview8 nightly SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 28, 2020
1 parent b8c0e77 commit 553d3e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DotNetChannel": "Preview",
"DotNetVersions": [
"3.1.302",
"5.0.100-preview.8.20373.19"
"5.0.100-preview.8.20363.2"
],
"RequiredMonoVersion": "6.6.0",
"DownloadURL": "https://roslynomnisharp.blob.core.windows.net/ext",
Expand Down
2 changes: 1 addition & 1 deletion test-assets/test-projects/Net50Project/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100-preview.8.20373.19"
"version": "5.0.100-preview.8.20363.2"
}
}
2 changes: 1 addition & 1 deletion tests/OmniSharp.MSBuild.Tests/ProjectLoadListenerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public async Task The_correct_sdk_version_is_emitted_2()
using (var host = CreateMSBuildTestHost(testProject.Directory, emitter.AsExportDescriptionProvider(LoggerFactory)))
{
Assert.Equal(2, emitter.ReceivedMessages.Length);
Assert.Equal(GetHashedFileExtension("5.0.100-preview.8.20373.19"), emitter.ReceivedMessages[0].SdkVersion);
Assert.Equal(GetHashedFileExtension("5.0.100-preview.8.20363.2"), emitter.ReceivedMessages[0].SdkVersion);
}
}

Expand Down

0 comments on commit 553d3e8

Please sign in to comment.