Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (dotnet#14403)
Browse files Browse the repository at this point in the history
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 23, 2024
1 parent df6d930 commit 01c712f
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 @@ -19,26 +19,26 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>975effdbb5f18d37b2151c7002ee2a8c9853af0a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24069.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24072.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24069.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24072.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24069.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24072.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24069.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24072.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.24069.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.24072.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
<Sha>3e1d8f1566e3e88816e816aff285bdd709c1260a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24067.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- arcade -->
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24069.2</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24069.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24069.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24072.1</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24072.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24072.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<!-- arcade-services -->
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.24067.3</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.24067.3</MicrosoftDotNetMaestroTasksVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dotnet": "9.0.100-alpha.1.23615.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24069.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24069.2",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24072.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24072.1",
"Microsoft.Build.NoTargets": "3.7.0"
}
}

0 comments on commit 01c712f

Please sign in to comment.