Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services…
Browse files Browse the repository at this point in the history
…, dotnet/source-build-reference-packages, dotnet/templating, dotnet/xharness (#14909)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Jul 4, 2024
1 parent 4a7d983 commit 76f733e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
<Sha>d617bc8ed2787c235a57cf0dcdfd087b86ff9521</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="9.0.100-preview.7.24323.1">
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="9.0.100-preview.7.24330.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>35d4d2654e2ddf43cd0161b049248b818675a1c0</Sha>
<Sha>81ab22e8bf15861237b11d3900ff49de07ee3844</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24327.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24352.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ede13bd35571c0c8b0c01edcb057031904c5c955</Sha>
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24327.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24352.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ede13bd35571c0c8b0c01edcb057031904c5c955</Sha>
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24327.2">
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24353.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
<Sha>139ee32a7411b80eed60efec092f4394beb7ace8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24327.2">
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.24353.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
<Sha>139ee32a7411b80eed60efec092f4394beb7ace8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24317.3">
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24326.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>65d0584b517952962b7a79195b5d7606b52fcbfe</Sha>
<Sha>c1a7044cbe36ea67281412766a417eece02fb3a5</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0">
<Uri>https://github.com/dotnet/roslyn</Uri>
Expand Down Expand Up @@ -124,9 +124,9 @@
<Sha>39aef81ec6cffa06da9964b46d4b9e3bf2fc9979</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24327.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24352.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ede13bd35571c0c8b0c01edcb057031904c5c955</Sha>
<Sha>4a7d983f833d6b86365ea1b2b4d6ee72fbdbf944</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down Expand Up @@ -160,9 +160,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="9.0.0-alpha.1.24327.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24352.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>0b53e839fa2f09a5994cc6006533dcc3d45a4226</Sha>
<Sha>cc732c57199f725857c201da146525e3be6bc504</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Transitive dependency needed for source build. -->
Expand Down
8 changes: 4 additions & 4 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.24327.2</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24327.2</MicrosoftDotNetMaestroTasksVersion>
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24353.2</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24353.2</MicrosoftDotNetMaestroTasksVersion>
<!-- command-line-api -->
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
<!-- corefx -->
Expand Down Expand Up @@ -80,10 +80,10 @@
<!-- symreader-converter -->
<MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderPdb2PdbVersion>
<!-- templating -->
<MicrosoftTemplateEngineAuthoringTasksVersion>9.0.100-preview.7.24323.1</MicrosoftTemplateEngineAuthoringTasksVersion>
<MicrosoftTemplateEngineAuthoringTasksVersion>9.0.100-preview.7.24330.2</MicrosoftTemplateEngineAuthoringTasksVersion>
<!-- vstest -->
<MicrosoftNetTestSdkVersion>17.5.0</MicrosoftNetTestSdkVersion>
<!-- xharness -->
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24317.3</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24326.1</MicrosoftDotNetXHarnessCLIVersion>
</PropertyGroup>
</Project>
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": "9.0.100-preview.5.24307.3"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24327.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24327.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24352.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24352.2",
"Microsoft.Build.NoTargets": "3.7.0"
}
}

0 comments on commit 76f733e

Please sign in to comment.