Skip to content

Commit

Permalink
Update SDK (#32298)
Browse files Browse the repository at this point in the history
* Update SDK
* Try matching Nuget.Framework version in SDK

Co-authored-by: Safia Abdalla <[email protected]>
Co-authored-by: Safia Abdalla <[email protected]>
  • Loading branch information
3 people authored May 11, 2021
1 parent 412404c commit 1755ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
<MicrosoftWebWebView2Version>1.0.705.50</MicrosoftWebWebView2Version>
<MicrosoftWebXdtVersion>1.4.0</MicrosoftWebXdtVersion>
<SystemIdentityModelTokensJwtVersion>6.10.0</SystemIdentityModelTokensJwtVersion>
<NuGetVersioningVersion>5.10.0-preview.2.7203</NuGetVersioningVersion>
<NuGetFrameworksVersion>5.10.0-preview.2.7203</NuGetFrameworksVersion>
<NuGetVersioningVersion>5.10.0-rc.7240</NuGetVersioningVersion>
<NuGetFrameworksVersion>5.10.0-rc.7240</NuGetFrameworksVersion>
<SystemComponentModelAnnotationsVersion>5.0.0</SystemComponentModelAnnotationsVersion>
<SystemNetExperimentalMsQuicVersion>5.0.0-alpha.20560.6</SystemNetExperimentalMsQuicVersion>
<!-- Packages from 2.1, 3.1, and 5.0 branches used for site extension build. -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "6.0.100-preview.4.21222.6"
"version": "6.0.100-preview.5.21230.2"
},
"tools": {
"dotnet": "6.0.100-preview.4.21222.6",
"dotnet": "6.0.100-preview.5.21230.2",
"runtimes": {
"dotnet/x64": [
"2.1.27",
Expand Down

0 comments on commit 1755ed9

Please sign in to comment.