Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20240…
Browse files Browse the repository at this point in the history
…911.1 (#7311)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Sep 12, 2024
1 parent 76b7fe9 commit 32d82b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>b4d9a1334d5189172977ba8fddd00bda70161e4a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24460.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24461.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
<Sha>dcb2d68022c6b515f547223ffc1837361f116534</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24460.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24461.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
<Sha>dcb2d68022c6b515f547223ffc1837361f116534</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24460.4">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24461.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
<Sha>dcb2d68022c6b515f547223ffc1837361f116534</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24460.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24461.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
<Sha>dcb2d68022c6b515f547223ffc1837361f116534</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.103-servicing.24114.15">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>68e8abb1d3e1a240a6e4c29dcd220aae91681676</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24460.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24461.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
<Sha>dcb2d68022c6b515f547223ffc1837361f116534</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.546102">
<Uri>https://github.com/dotnet/diagnostics</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.24460.4</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24460.4</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24460.4</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.24461.1</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24461.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24461.1</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>8.0.1</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6480Version>8.0.1-servicing.23580.8</VSRedistCommonAspNetCoreSharedFrameworkx6480Version>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24460.4",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24460.4"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24461.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24461.1"
}
}

0 comments on commit 32d82b8

Please sign in to comment.