Skip to content

Commit db6b7d2

Browse files
committed
chore: Use public sdk
1 parent 33b6965 commit db6b7d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Uno.Gallery/Uno.Gallery.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Uno.Sdk.Private">
1+
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
33
<!-- Building with dotnet build -f net9.0-platform will still cause restore to happen for all TargetFrameworks -->
44
<!-- which will force us to install all workloads even if not needed -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
66
"msbuild-sdks": {
7-
"Uno.Sdk.Private": "6.0.0-dev.15"
7+
"Uno.Sdk": "6.0.0-dev.150"
88
}
99
}

0 commit comments

Comments
 (0)