Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#2157)
Browse files Browse the repository at this point in the history
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.24072.1 -> To Version 9.0.0-beta.24074.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Jan 24, 2024
1 parent a58adbc commit 8c0b19d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.1-preview.24073.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
Expand All @@ -17,9 +17,9 @@
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>0c57bfaed0eceb88df5067f45c454685b077e3eb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24072.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23525.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>$(MicrosoftCodeAnalysisPublicApiAnalyzersVersion)</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<!-- MSBuild Sdk versions updates -->
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>9.0.0-beta.24072.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>9.0.0-beta.24074.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
<MicrosoftTestingPlatformVersion>1.0.0</MicrosoftTestingPlatformVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.7.30</MicrosoftVisualStudioThreadingAnalyzersVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rollForward": "patch"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24072.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24074.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 8c0b19d

Please sign in to comment.