diagnostics/global.json

22 строки
564 B
JSON

{
"tools": {
"dotnet": "8.0.100-preview.5.23303.2",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6480Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6480Version)"
]
}
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23316.6"
}
}