Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#1873)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/arcade build 20220606.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22306.1 -> To Version 7.0.0-beta.22306.2

* Update dependencies from https://github.com/dotnet/arcade build 20220608.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22306.1 -> To Version 7.0.0-beta.22308.5

* Update global.json

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
  • Loading branch information
3 people authored Jun 9, 2022
1 parent 452483d commit 1cae134
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
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22306.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22308.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7f522f2e42fd8c2064afb45eac34a1773ce6a1cc</Sha>
<Sha>d681cd3568168a97aa4cf50a61af9ec74d307eb8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22306.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22308.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7f522f2e42fd8c2064afb45eac34a1773ce6a1cc</Sha>
<Sha>d681cd3568168a97aa4cf50a61af9ec74d307eb8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22306.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22308.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7f522f2e42fd8c2064afb45eac34a1773ce6a1cc</Sha>
<Sha>d681cd3568168a97aa4cf50a61af9ec74d307eb8</Sha>
</Dependency>
</ToolsetDependencies>
<!-- ProductDependencies -->
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Disabling the check for End of live TFMs since we still target netcoreapp 2.1 -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<MicrosoftDotNetGenAPIPackageVersion>7.0.0-beta.22306.1</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>7.0.0-beta.22308.5</MicrosoftDotNetGenAPIPackageVersion>
<!-- dotnet/corefx dependencies -->
<SystemDrawingCommonPackageVersion>5.0.3</SystemDrawingCommonPackageVersion>
<SystemIOPortsPackageVersion>5.0.1</SystemIOPortsPackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "6.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22306.1",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22306.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22308.5",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22308.5"
}
}

0 comments on commit 1cae134

Please sign in to comment.