Skip to content

Commit

Permalink
[main] Update dependencies from 6 repositories (dotnet#14806)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 5d2bb70 commit 350ebce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
<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.5.24274.2">
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="9.0.100-preview.6.24310.2">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>6b3fb0e0f93bd0df2e6aa1d78c4ffd3f6c41276d</Sha>
<Sha>d829fc2f45e4cd99e62d636466e56044218ac7aa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24279.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24306.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>65865784677315fb97874d3934875e19179c4029</Sha>
<Sha>7507f80c8db285bbc9939c1dff522a761cf4edc0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24279.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24306.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>65865784677315fb97874d3934875e19179c4029</Sha>
<Sha>7507f80c8db285bbc9939c1dff522a761cf4edc0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24310.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand All @@ -42,9 +42,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>198d73f252b3a22ac68adcc2ede6f211ca9967cb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24270.4">
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="9.0.0-prerelease.24304.1">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>8478d1a9a531e6b1cd26fb8c86400e2efbb8f2f3</Sha>
<Sha>03a55dc4462c3851ce4bb939e71410136ea8f5e3</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.24279.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24306.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>65865784677315fb97874d3934875e19179c4029</Sha>
<Sha>7507f80c8db285bbc9939c1dff522a761cf4edc0</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down Expand Up @@ -154,15 +154,15 @@
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24278.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24303.2">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
<Sha>f1b44a365df0b8dbc38403ee8696adc25fbdd76a</Sha>
<Sha>7db00527ef8fbbe61f67e9295beebddf187efff8</Sha>
<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.24278.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24304.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>87ebd07371adfe1d8140889c33da692eb2134f1a</Sha>
<Sha>9ae78a4e6412926d19ba97cfed159bf9de70b538</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Transitive dependency needed for source build. -->
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
<!-- symreader-converter -->
<MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderPdb2PdbVersion>
<!-- templating -->
<MicrosoftTemplateEngineAuthoringTasksVersion>9.0.100-preview.5.24274.2</MicrosoftTemplateEngineAuthoringTasksVersion>
<MicrosoftTemplateEngineAuthoringTasksVersion>9.0.100-preview.6.24310.2</MicrosoftTemplateEngineAuthoringTasksVersion>
<!-- vstest -->
<MicrosoftNetTestSdkVersion>17.5.0</MicrosoftNetTestSdkVersion>
<!-- xharness -->
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24270.4</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetXHarnessCLIVersion>9.0.0-prerelease.24304.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.4.24267.66"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24279.3",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24279.3",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24306.4",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24306.4",
"Microsoft.Build.NoTargets": "3.7.0"
}
}

0 comments on commit 350ebce

Please sign in to comment.