Skip to content

Commit

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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitExtensions
 From Version 7.0.0-beta.23517.4 -> To Version 7.0.0-beta.23556.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Nov 8, 2023
1 parent 0ee037f commit 246da10
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>2d70ae21d40df22fc9c1719a79c8cda6dbb3d8a0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23517.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cb3ccc523ed844c82a63898ed3fa269680396f26</Sha>
<Sha>0cf959c996dd33379cb6e87532c008669e0ae06f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="7.0.0-beta.23517.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="7.0.0-beta.23556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cb3ccc523ed844c82a63898ed3fa269680396f26</Sha>
<Sha>0cf959c996dd33379cb6e87532c008669e0ae06f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.23517.4">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.23556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cb3ccc523ed844c82a63898ed3fa269680396f26</Sha>
<Sha>0cf959c996dd33379cb6e87532c008669e0ae06f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.23517.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.23556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cb3ccc523ed844c82a63898ed3fa269680396f26</Sha>
<Sha>0cf959c996dd33379cb6e87532c008669e0ae06f</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.345501">
<Uri>https://github.com/dotnet/symstore</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
-->
<PropertyGroup Label="Automated">
<!-- dotnet/arcade references -->
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.23517.4</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.23517.4</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.23517.4</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.23556.6</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.23556.6</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.23556.6</MicrosoftDotNetXUnitExtensionsVersion>
<!-- dotnet/aspnetcore references -->
<MicrosoftAspNetCoreAppRuntimewinx64Version>7.0.0</MicrosoftAspNetCoreAppRuntimewinx64Version>
<VSRedistCommonAspNetCoreSharedFrameworkx6470Version>7.0.0-rtm.22513.7</VSRedistCommonAspNetCoreSharedFrameworkx6470Version>
Expand Down
1 change: 0 additions & 1 deletion eng/common/templates/post-build/common-variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
variables:
- group: AzureDevOps-Artifact-Feeds-Pats
- group: DotNet-Blob-Feed
- group: DotNet-DotNetCli-Storage
- group: DotNet-MSRC-Storage
- group: Publish-Build-Assets
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23517.4"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23556.6"
}
}

0 comments on commit 246da10

Please sign in to comment.