Skip to content

Commit

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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22401.3

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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22402.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 3, 2022
1 parent a0c3d7c commit 3eb34ae
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.22379.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22402.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>f7e668c691281e5ba69447e938627522e7be852e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22379.10">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22402.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>f7e668c691281e5ba69447e938627522e7be852e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22379.10">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22402.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>1e73f4ab4c172aa55614f24b2d5c319e1efb8813</Sha>
<Sha>f7e668c691281e5ba69447e938627522e7be852e</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.22379.10</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>7.0.0-beta.22402.4</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 @@ -12,7 +12,7 @@
"version": "7.0.100-preview.5.22307.18"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22379.10",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22379.10"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22402.4",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22402.4"
}
}

0 comments on commit 3eb34ae

Please sign in to comment.