testfx/global.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 строки
572 B
JSON
Исходник Обычный вид История

{
"sdk": {
"version": "8.0.100-rtm.23506.1"
},
"tools": {
"vs": {
"version": "17.8.0",
"components": [
"Microsoft.Net.Component.4.5.2.TargetingPack",
"Microsoft.VisualStudio.Windows.Build",
"Microsoft.VisualStudio.Component.VSSDK"
]
},
"dotnet": "8.0.100-rtm.23506.1",
2023-01-03 23:13:17 +03:00
"runtimes": {
"dotnet": [
"6.0.23",
2023-01-03 23:13:17 +03:00
"3.1.32"
]
},
2023-10-13 13:09:08 +03:00
"xcopy-msbuild": "17.7.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23528.2",
2022-08-29 15:48:20 +03:00
"MSBuild.Sdk.Extras": "3.0.44"
}
}