[vs17.2] Update sdk version to bump pulled runtime (#8730)

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)
This commit is contained in:
Jan Krivanek 2023-05-05 20:28:53 +02:00 коммит произвёл GitHub
Родитель 9995e28c3d
Коммит b9a3f3cf68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -3,7 +3,7 @@
"allowPrerelease": true
},
"tools": {
"dotnet": "6.0.200",
"dotnet": "6.0.311",
"vs": {
"version": "17.0"
}