8000 [main] Update dependencies from dotnet/arcade by dotnet-maestro[bot] · Pull Request #317 · dotnet/wpf-test · GitHub
[go: up one dir, main page]

Skip to content

[main] Update dependencies from dotnet/arcade #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2024
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
Update dependencies from https://github.com/dotnet/arcade build 20240…
…626.3

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.24326.1 -> To Version 9.0.0-beta.24326.3
  • Loading branch information
dotnet-maestro[bot] committed Jun 27, 2024
commit e915cfad354d65d2e54b09f962ffda64a0234cd1
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24326.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24326.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>804ee9af4eed5ca4ce5ead1bc48e388b17056cb6</Sha>
<Sha>31c9fefa557348c750c3749cb27480274493be7b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Wpf.Sdk" Version="6.0.0-preview.5.21220.1">
<Uri>https://github.com/dotnet/wpf</Uri>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24326.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24326.3",
"Microsoft.DotNet.Arcade.Wpf.Sdk": "6.0.0-alpha.1.21071.6",
"Microsoft.NET.Sdk.WindowsDesktop": "6.0.0-preview.6.21276.7"
},
Expand Down
0