Skip to content

Commit

Permalink
[vs17.2] Update sdk version to bump pulled runtime (#8730)
Browse files Browse the repository at this point in the history
Fixes - bunch of CVEs (up to 29): https://devdiv.visualstudio.com/DevDiv/_componentGovernance/DotNet-msbuild-Trusted?_a=alerts&typeId=15231688&alerts-view-option=active

Context
We need to update runtime from 6.0.2 to at least 6.0.12 (this is taking it to 6.0.16 - as part of SDK 6.0.311)
  • Loading branch information
JanKrivanek authored May 5, 2023
1 parent 9995e28 commit b9a3f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
<Project>
<PropertyGroup>
<VersionPrefix>17.2.6</VersionPrefix>
<VersionPrefix>17.2.7</VersionPrefix>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowPrerelease": true
},
"tools": {
"dotnet": "6.0.200",
"dotnet": "6.0.311",
"vs": {
"version": "17.0"
}
Expand Down

0 comments on commit b9a3f3c

Please sign in to comment.