Skip to content

Commit bacfceb

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250708.3 (dotnet#2898)
[main] Update dependencies from dotnet/arcade
1 parent 60036af commit bacfceb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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.Helix.Sdk" Version="10.0.0-beta.25353.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" 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>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25353.1">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25358.3">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>aea743edf7c9345cfdbdf9593756973baadc6b37</Sha>
16+
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1616
<MicrosoftAspNetCoreTestHostVersion>6.0.36</MicrosoftAspNetCoreTestHostVersion>
1717
<MicrosoftCrankEventSourcesVersion>0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion>
18-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25353.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25358.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25353.1",
20-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25353.1"
19+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25358.3",
20+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25358.3"
2121
}
2222
}

0 commit comments

Comments
 (0)