Skip to content

Commit aa96cf3

Browse files
[main] Update dependencies from dotnet/arcade dotnet/arcade-services (#14182)
[main] Update dependencies from dotnet/arcade dotnet/arcade-services
1 parent 16a344f commit aa96cf3

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@
1919
<Uri>https://github.com/dotnet/templating</Uri>
2020
<Sha>385d77bd3acd854952e837d1299ded3d918d3105</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23531.1">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23531.4">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>0ebe09a5ce6665a5fe1df1c644d4f77189c4deba</Sha>
24+
<Sha>16a344fc2ff2eecac5b03b88c96e99d7796e5125</Sha>
2525
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2626
</Dependency>
27-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23531.1">
27+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23531.4">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>0ebe09a5ce6665a5fe1df1c644d4f77189c4deba</Sha>
29+
<Sha>16a344fc2ff2eecac5b03b88c96e99d7796e5125</Sha>
3030
</Dependency>
31-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23531.1">
31+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23531.4">
3232
<Uri>https://github.com/dotnet/arcade</Uri>
33-
<Sha>0ebe09a5ce6665a5fe1df1c644d4f77189c4deba</Sha>
33+
<Sha>16a344fc2ff2eecac5b03b88c96e99d7796e5125</Sha>
3434
</Dependency>
35-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23531.1">
35+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23531.4">
3636
<Uri>https://github.com/dotnet/arcade</Uri>
37-
<Sha>0ebe09a5ce6665a5fe1df1c644d4f77189c4deba</Sha>
37+
<Sha>16a344fc2ff2eecac5b03b88c96e99d7796e5125</Sha>
3838
</Dependency>
39-
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23531.1">
39+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23531.4">
4040
<Uri>https://github.com/dotnet/arcade</Uri>
41-
<Sha>0ebe09a5ce6665a5fe1df1c644d4f77189c4deba</Sha>
41+
<Sha>16a344fc2ff2eecac5b03b88c96e99d7796e5125</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.23531.1">
43+
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.23551.1">
4444
<Uri>https://github.com/dotnet/arcade-services</Uri>
45-
<Sha>10046a934e114c490c5e3262abdc22e5b13332f6</Sha>
45+
<Sha>02f6e878792a8e067dc3b913be0f970a76bc2de4</Sha>
4646
</Dependency>
47-
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.23531.1">
47+
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.23551.1">
4848
<Uri>https://github.com/dotnet/arcade-services</Uri>
49-
<Sha>10046a934e114c490c5e3262abdc22e5b13332f6</Sha>
49+
<Sha>02f6e878792a8e067dc3b913be0f970a76bc2de4</Sha>
5050
</Dependency>
5151
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.23526.1">
5252
<Uri>https://github.com/dotnet/xharness</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<!-- arcade -->
13-
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.23531.1</MicrosoftDotNetBuildTasksFeedVersion>
14-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.23531.1</MicrosoftDotNetSignToolVersion>
15-
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.23531.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
13+
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.23531.4</MicrosoftDotNetBuildTasksFeedVersion>
14+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.23531.4</MicrosoftDotNetSignToolVersion>
15+
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.23531.4</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
1616
<!-- arcade-services -->
17-
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.23531.1</MicrosoftDotNetMaestroClientVersion>
18-
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.23531.1</MicrosoftDotNetMaestroTasksVersion>
17+
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.23551.1</MicrosoftDotNetMaestroClientVersion>
18+
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.23551.1</MicrosoftDotNetMaestroTasksVersion>
1919
<!-- corefx -->
2020
<MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
2121
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "8.0.100-rtm.23506.1"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23531.1",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23531.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23531.4",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23531.4",
88
"Microsoft.Build.NoTargets": "3.7.0"
99
}
1010
}

0 commit comments

Comments
 (0)