Skip to content

Commit

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and radekdoulik committed Sep 2, 2024
1 parent b1dcece commit a2a5f5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23371.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23378.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>602351e3681015ea789b2aeaa7b2a9156a8baf38</Sha>
<Sha>54dd37d44a2adfb8b966fac466c2ece40f8b20dd</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 @@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23371.1</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23378.2</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
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": "8.0.100-preview.6.23330.14"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23371.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23371.1",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23378.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23378.2",
"Microsoft.Build.Traversal": "3.4.0"
}
}

0 comments on commit a2a5f5d

Please sign in to comment.