Skip to content

Commit efbbc75

Browse files
authored
Merge pull request #830 from unoplatform/dev/vs/SimpleCalc-UpdateSdk
chore: Updating SimpleCalc to 5.4 Stable
2 parents 511c193 + f6fc54c commit efbbc75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
3131
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
3232
-->
33-
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion> -->
33+
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
3434

3535
<!--
3636
UnoFeatures let's you quickly add and manage implicit package references based on the features you want to use.
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.3.90"
4+
"Uno.Sdk": "5.4.5"
55
}
66
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number
3030
must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref.
3131
-->
32-
<!-- <WindowsSdkPackageVersion>10.0.22621.28</WindowsSdkPackageVersion> -->
32+
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
3333

3434
<!--
3535
UnoFeatures let's you quickly add and manage implicit package references based on the features you want to use.
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.3.90"
4+
"Uno.Sdk": "5.4.5"
55
}
66
}

0 commit comments

Comments
 (0)