Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"tools": {
"_comment": "Because this affects the runtime environment of Sign CLI *when run from this directory*, the dotnet and runtime properties should reference the latest .NET SDK and runtime versions for Sign CLI's target framework, which is specified in Directory.Build.props. However, the SDK and runtime versions are currently out of sync because of vulnerabilities in older versions of xcopy-msbuild. The current version requires .NET 9 SDK.",
"dotnet": "9.0.102",
"dotnet": "9.0.200",
"runtimes": {
"dotnet/x64": [
"8.0.12"
"8.0.13"
]
},
"xcopy-msbuild": "17.12.0"
"xcopy-msbuild": "17.13.0"
},
"sdk": {
"version": "9.0.100",
"version": "9.0.200",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
Expand Down