Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26153.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26168.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5976b9d3d62aaac137169c638af21096bd8e8fcd</Sha>
<Sha>3907f62e877e105b6196b1bd9c309203d6362a0a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.",
"dotnet": "10.0.103",
"dotnet": "10.0.105",
"runtimes": {
"dotnet/x64": [
"8.0.22"
Expand All @@ -10,11 +10,11 @@
"xcopy-msbuild": "18.0.0"
},
"sdk": {
"version": "10.0.103",
"version": "10.0.105",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.3",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26168.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24555.3",
"Microsoft.Build.NoTargets": "3.7.0"
}
Expand Down