Skip to content

Commit 98d60c9

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250708.3 (#137)
[dotnet/main] Update dependencies from dotnet/arcade
1 parent 0efb4eb commit 98d60c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25353.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25358.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>aea743edf7c9345cfdbdf9593756973baadc6b37</Sha>
8+
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25353.1">
10+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25358.3">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>aea743edf7c9345cfdbdf9593756973baadc6b37</Sha>
12+
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25353.1</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25358.3</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<PythonHexVersion>0x030B04F0</PythonHexVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "10.0.100-preview.6.25315.102"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25353.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25358.3",
77
"Microsoft.Build.NoTargets": "3.5.0",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}

0 commit comments

Comments
 (0)