Skip to content

Commit

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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25066.6 -> To Version 8.0.0-beta.25079.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 30, 2025
1 parent d224dfa commit e656837
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.25066.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25079.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.25066.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.25079.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.25066.6">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.25079.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25066.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25079.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</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.25066.6">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25079.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
<Sha>cae548d41ddb92922d78f3d9737635d104f650a5</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.607701">
<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.25066.6</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.25066.6</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25066.6</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.25079.1</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.25079.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25079.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.25066.6",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25066.6"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25079.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25079.1"
}
}

0 comments on commit e656837

Please sign in to comment.