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
…227.1 (#7583)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Feb 28, 2023
1 parent a766792 commit e9ea2a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.23123.2">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.23127.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>39952f0f2dbd76699158d5f84fc3644602ad08c9</Sha>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup>
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.23123.2</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.23123.2</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.23127.1</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.23127.1</MicrosoftDotNetCodeAnalysisPackageVersion>
</PropertyGroup>
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23123.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23123.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23127.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23127.1"
},
"sdk": {
"version": "8.0.100-preview.1.23115.2"
Expand Down

0 comments on commit e9ea2a3

Please sign in to comment.