Skip to content

Commit 8d5ad98

Browse files
[main] Update dependencies from dotnet/arcade (dotnet#13388)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
1 parent 6bde8dc commit 8d5ad98

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-arcade dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26153.3</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.26153.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26164.1</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.26164.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
1111
<!-- dotnet-roslyn dependencies -->
1212
<MicrosoftNetCompilersToolsetPackageVersion>5.6.0-2.26151.2</MicrosoftNetCompilersToolsetPackageVersion>
1313
<!-- dotnet-runtime dependencies -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
</Dependency>
107107
</ProductDependencies>
108108
<ToolsetDependencies>
109-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26153.3">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26164.1">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>5976b9d3d62aaac137169c638af21096bd8e8fcd</Sha>
111+
<Sha>e365cfcb58176841c2fb80d1a40926f394776970</Sha>
112112
</Dependency>
113113
<Dependency Name="NuGet.Build.Tasks" Version="7.5.0-rc.36">
114114
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -118,9 +118,9 @@
118118
<Uri>https://github.com/dotnet/roslyn</Uri>
119119
<Sha>6bdca1d6466c2f9ef46f8e5d3422fbe3568d503c</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.26153.3">
121+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.26164.1">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>5976b9d3d62aaac137169c638af21096bd8e8fcd</Sha>
123+
<Sha>e365cfcb58176841c2fb80d1a40926f394776970</Sha>
124124
</Dependency>
125125
</ToolsetDependencies>
126126
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</PropertyGroup>
8282

8383
<PropertyGroup>
84-
<BootstrapSdkVersion>10.0.103</BootstrapSdkVersion>
84+
<BootstrapSdkVersion>10.0.104</BootstrapSdkVersion>
8585
</PropertyGroup>
8686

8787
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"errorMessage": "The .NET SDK could not be found, please run a command-line build with ./build.cmd."
88
},
99
"tools": {
10-
"dotnet": "10.0.101",
10+
"dotnet": "10.0.104",
1111
"vs": {
1212
"version": "18.0"
1313
},
1414
"xcopy-msbuild": "18.0.0"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.3"
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26164.1"
1818
}
1919
}

0 commit comments

Comments
 (0)