Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23527.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23528.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b2827fe94e3dd11be213dedacd6a57ace65d7522</Sha>
<Sha>a4d49646dbac90883d3672f1c08134d84cca5707</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.23527.4">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.23528.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b2827fe94e3dd11be213dedacd6a57ace65d7522</Sha>
<Sha>a4d49646dbac90883d3672f1c08134d84cca5707</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23527.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23528.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b2827fe94e3dd11be213dedacd6a57ace65d7522</Sha>
<Sha>a4d49646dbac90883d3672f1c08134d84cca5707</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23527.4">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23528.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b2827fe94e3dd11be213dedacd6a57ace65d7522</Sha>
<Sha>a4d49646dbac90883d3672f1c08134d84cca5707</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 @@ -17,8 +17,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Arcade dependencies -->
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.23527.4</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.23527.4</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.23528.1</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.23528.1</MicrosoftDotNetCodeAnalysisVersion>
<!--
These are used as reference assemblies only, so they must not take a ProdCon/source-build
version. Insert "RefOnly" to avoid assignment via PVP.
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"python3": "3.7.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23527.4",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23528.1",
"Microsoft.Build.NoTargets": "1.0.53",
"Microsoft.Build.Traversal": "2.0.34"
}
Expand Down