Skip to content

Commit bba7f80

Browse files
authored
Merge pull request #786 from unoplatform/dev/ks/simpleCalc-updateSDK
[Simple Calc] chore: updating Uno.SDK
2 parents 11dd52e + cec2d80 commit bba7f80

File tree

8 files changed

+4
-30
lines changed

8 files changed

+4
-30
lines changed

reference/SimpleCalc/CSharp-MVUX/Directory.Build.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<PropertyGroup>
17-
<UnoExtensionsVersion>4.1.23</UnoExtensionsVersion>
18-
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
19-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
20-
<UnoCSharpMarkupVersion>5.2.14</UnoCSharpMarkupVersion>
21-
</PropertyGroup>
2215
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.139"
4+
"Uno.Sdk": "5.3.90"
55
}
66
}

reference/SimpleCalc/CSharp-MVVM/Directory.Build.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<PropertyGroup>
17-
<UnoExtensionsVersion>4.1.23</UnoExtensionsVersion>
18-
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
19-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
20-
<UnoCSharpMarkupVersion>5.2.14</UnoCSharpMarkupVersion>
21-
</PropertyGroup>
2215
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.139"
4+
"Uno.Sdk": "5.3.90"
55
}
66
}

reference/SimpleCalc/XAML-MVUX/Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<PropertyGroup>
17-
<UnoExtensionsVersion>4.1.23</UnoExtensionsVersion>
18-
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
19-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
20-
</PropertyGroup>
2115
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.139"
4+
"Uno.Sdk": "5.3.90"
55
}
66
}

reference/SimpleCalc/XAML-MVVM/Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<PropertyGroup>
17-
<UnoExtensionsVersion>4.1.23</UnoExtensionsVersion>
18-
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
19-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
20-
</PropertyGroup>
2115
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.139"
4+
"Uno.Sdk": "5.3.90"
55
}
66
}

0 commit comments

Comments
 (0)