Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/dnceng, dotnet/source-build-reference-packages, dotnet/templating #15361

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.dnceng.secretmanager": {
"version": "1.1.0-beta.24613.2",
"version": "1.1.0-beta.24616.1",
"commands": [
"secret-manager"
]
Expand Down
32 changes: 16 additions & 16 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
<Sha>d617bc8ed2787c235a57cf0dcdfd087b86ff9521</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100-alpha.1.24611.2">
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100-alpha.1.24622.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>ed18af72023b6abf81d68840b0025b1d29e0dc33</Sha>
<Sha>eb374a75184688f1aac820f88f5a5be4f8c5288c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24617.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24623.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4f2968fce08735a7e22fca6bd4c99d003221d716</Sha>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24617.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24623.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4f2968fce08735a7e22fca6bd4c99d003221d716</Sha>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24619.1">
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24620.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>aaae1edba5de39944420fc4e07b50d3758996f46</Sha>
<Sha>29e24aace560816e6e7b1ce29aaf45fde023bad4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24619.1">
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24620.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>aaae1edba5de39944420fc4e07b50d3758996f46</Sha>
<Sha>29e24aace560816e6e7b1ce29aaf45fde023bad4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.24610.1">
<Uri>https://github.com/dotnet/xharness</Uri>
Expand Down Expand Up @@ -132,9 +132,9 @@
<Sha>ef4c24166691977558e5312758df4313ab310dc0</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24617.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24623.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4f2968fce08735a7e22fca6bd4c99d003221d716</Sha>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down Expand Up @@ -168,9 +168,9 @@
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.561602">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.562001">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>b24c3aa9f120f83befa255d5d5f465b961f387fb</Sha>
<Sha>44f3339be9fac0f8777bea0b9f74f20434110d6b</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Transitive dependency needed for source build. -->
Expand Down Expand Up @@ -199,9 +199,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
</Dependency>
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.24613.2">
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.24616.1">
<Uri>https://github.com/dotnet/dnceng</Uri>
<Sha>6487d4d9c4c71b336a5f13427a590cb3ad7d5b0e</Sha>
<Sha>17f8312fb1b0c3da81ad6cbc9f1071f135d03cbf</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<!-- arcade -->
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24223.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<!-- arcade-services -->
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24619.1</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24619.1</MicrosoftDotNetMaestroTasksVersion>
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24620.4</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24620.4</MicrosoftDotNetMaestroTasksVersion>
<!-- command-line-api -->
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
<!-- corefx -->
Expand Down Expand Up @@ -87,7 +87,7 @@
<!-- diagnostics -->
<MicrosoftSymbolManifestGeneratorVersion>8.0.0-preview.24461.2</MicrosoftSymbolManifestGeneratorVersion>
<!-- templating -->
<MicrosoftTemplateEngineAuthoringTasksVersion>10.0.100-alpha.1.24611.2</MicrosoftTemplateEngineAuthoringTasksVersion>
<MicrosoftTemplateEngineAuthoringTasksVersion>10.0.100-alpha.1.24622.2</MicrosoftTemplateEngineAuthoringTasksVersion>
<!-- vstest -->
<MicrosoftNetTestSdkVersion>17.5.0</MicrosoftNetTestSdkVersion>
<!-- xharness -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dotnet": "10.0.100-alpha.1.24573.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24617.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24617.2",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24623.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24623.1",
"Microsoft.Build.NoTargets": "3.7.0"
}
}