Skip to content

Commit

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

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Dec 15, 2021
1 parent 9d16985 commit 23138f0
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 @@ -75,25 +75,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21613.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21614.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bcd6e007b9f53be0a7aff804d5c17ea7e179317b</Sha>
<Sha>cc0fa942bf43c2814af778868d4e7ddf21146b96</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.21613.2">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.21614.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bcd6e007b9f53be0a7aff804d5c17ea7e179317b</Sha>
<Sha>cc0fa942bf43c2814af778868d4e7ddf21146b96</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21613.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21614.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bcd6e007b9f53be0a7aff804d5c17ea7e179317b</Sha>
<Sha>cc0fa942bf43c2814af778868d4e7ddf21146b96</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.21613.2">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.21614.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bcd6e007b9f53be0a7aff804d5c17ea7e179317b</Sha>
<Sha>cc0fa942bf43c2814af778868d4e7ddf21146b96</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.21613.2">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.21614.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bcd6e007b9f53be0a7aff804d5c17ea7e179317b</Sha>
<Sha>cc0fa942bf43c2814af778868d4e7ddf21146b96</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup>
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.21613.2</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.21613.2</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>7.0.0-beta.21613.2</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.21614.1</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.21614.1</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIVersion>7.0.0-beta.21614.1</MicrosoftDotNetGenAPIVersion>
</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": "7.0.0-beta.21613.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21613.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21614.1",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21614.1"
},
"sdk": {
"version": "6.0.100"
Expand Down

0 comments on commit 23138f0

Please sign in to comment.