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
…812.1 (#7155)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Aug 14, 2024
1 parent 1524098 commit ad49403
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.24376.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e2be7464703499cf98e20536fb4da4218c8fce1</Sha>
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24376.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.24412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e2be7464703499cf98e20536fb4da4218c8fce1</Sha>
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24376.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.24412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e2be7464703499cf98e20536fb4da4218c8fce1</Sha>
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24376.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e2be7464703499cf98e20536fb4da4218c8fce1</Sha>
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</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.24376.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e2be7464703499cf98e20536fb4da4218c8fce1</Sha>
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.541301">
<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.24376.1</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24376.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24376.1</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.24412.1</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.24412.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24412.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.24376.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24376.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24412.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24412.1"
}
}

0 comments on commit ad49403

Please sign in to comment.