Skip to content

Commit 1e2f2a6

Browse files
committed
chore: Fix CI build errors and updating to latest uno.sdk 5.6 SR2
1 parent b8d4a82 commit 1e2f2a6

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

reference/Counter/CSharp-MVUX/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.6.22"
4+
"Uno.Sdk": "5.6.30"
55
},
66
"sdk": {
77
"allowPrerelease": false

reference/SimpleCalc/CSharp-MVUX/SimpleCalculator.Tests/SimpleCalculator.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6+
<IsTestProject>true</IsTestProject>
67
</PropertyGroup>
78

89
<ItemGroup>

reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop</TargetFrameworks>
3+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0</TargetFrameworks>
44

55
<OutputType>Exe</OutputType>
66
<UnoSingleProject>true</UnoSingleProject>

reference/SimpleCalc/CSharp-MVUX/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.6.22"
4+
"Uno.Sdk": "5.6.30"
55
},
66
"sdk": {
77
"allowPrerelease": false

reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop</TargetFrameworks>
3+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0</TargetFrameworks>
44

55
<OutputType>Exe</OutputType>
66
<UnoSingleProject>true</UnoSingleProject>

reference/SimpleCalc/CSharp-MVVM/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.6.22"
4+
"Uno.Sdk": "5.6.30"
55
},
66
"sdk": {
77
"allowPrerelease": false

reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop</TargetFrameworks>
3+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0</TargetFrameworks>
44

55
<OutputType>Exe</OutputType>
66
<UnoSingleProject>true</UnoSingleProject>

reference/SimpleCalc/XAML-MVUX/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.6.22"
4+
"Uno.Sdk": "5.6.30"
55
},
66
"sdk": {
77
"allowPrerelease": false

reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop</TargetFrameworks>
3+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0</TargetFrameworks>
44

55
<OutputType>Exe</OutputType>
66
<UnoSingleProject>true</UnoSingleProject>

reference/SimpleCalc/XAML-MVVM/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.6.22"
4+
"Uno.Sdk": "5.6.30"
55
},
66
"sdk": {
77
"allowPrerelease": false

0 commit comments

Comments
 (0)