We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b6965 commit db6b7d2Copy full SHA for db6b7d2
2 files changed
Uno.Gallery/Uno.Gallery.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Uno.Sdk.Private">
+<Project Sdk="Uno.Sdk">
2
<PropertyGroup>
3
<!-- Building with dotnet build -f net9.0-platform will still cause restore to happen for all TargetFrameworks -->
4
<!-- which will force us to install all workloads even if not needed -->
global.json
@@ -4,6 +4,6 @@
},
5
// 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.
6
"msbuild-sdks": {
7
- "Uno.Sdk.Private": "6.0.0-dev.15"
+ "Uno.Sdk": "6.0.0-dev.150"
8
}
9
0 commit comments