diff --git a/reference/Commerce/src/Commerce/Commerce.csproj b/reference/Commerce/src/Commerce/Commerce.csproj index 37b63338c..a17aeac24 100644 --- a/reference/Commerce/src/Commerce/Commerce.csproj +++ b/reference/Commerce/src/Commerce/Commerce.csproj @@ -1,63 +1,64 @@ - - - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop - - Exe - true - - - Commerce - - com.companyname.Commerce - - 1.0 - 1 - - - - - - Material; - Hosting; - Toolkit; - Logging; - MVUX; - Mvvm; - Configuration; - Http; - Skia; - Serialization; - Localization; - Navigation; - ExtensionsCore; - SkiaRenderer; - - - - - - - - - - - - Always - - - Always - - - + + + net9.0-desktop;net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm + + Exe + true + + + Commerce + + com.companyname.Commerce + + 1.0 + 1 + + + + + + Material; + Hosting; + Toolkit; + Logging; + MVUX; + Mvvm; + Configuration; + HttpRefit; + Http; + Skia; + Serialization; + Localization; + Navigation; + + SkiaRenderer; + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + diff --git a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-arm64.pubxml b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-arm64.pubxml similarity index 97% rename from reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-arm64.pubxml rename to reference/Commerce/src/Commerce/Properties/PublishProfiles/win-arm64.pubxml index d5147f103..3d77d0308 100644 --- a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-arm64.pubxml +++ b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-arm64.pubxml @@ -1,22 +1,22 @@ - - - - - FileSystem - arm64 - win-arm64 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - - + + + + + FileSystem + arm64 + win-arm64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + + diff --git a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x64.pubxml b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x64.pubxml similarity index 97% rename from reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x64.pubxml rename to reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x64.pubxml index 4fea954ee..6c8abebf6 100644 --- a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x64.pubxml +++ b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x64.pubxml @@ -1,22 +1,22 @@ - - - - - FileSystem - x64 - win-x64 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - - + + + + + FileSystem + x64 + win-x64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + + diff --git a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x86.pubxml b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x86.pubxml similarity index 97% rename from reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x86.pubxml rename to reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x86.pubxml index 928cb25eb..b0010bcb7 100644 --- a/reference/Commerce/src/Commerce/Platforms/Windows/Properties/PublishProfiles/win-x86.pubxml +++ b/reference/Commerce/src/Commerce/Properties/PublishProfiles/win-x86.pubxml @@ -1,22 +1,22 @@ - - - - - FileSystem - x86 - win-x86 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - - + + + + + FileSystem + x86 + win-x86 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + False + True + + + + diff --git a/reference/Commerce/src/global.json b/reference/Commerce/src/global.json index 00cc18b93..b65a4c2f0 100644 --- a/reference/Commerce/src/global.json +++ b/reference/Commerce/src/global.json @@ -1,9 +1,8 @@ -{ - // 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. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} +{ + "msbuild-sdks": { + "Uno.Sdk": "6.1.23" + }, + "sdk": { + "allowPrerelease": false + } +}