Skip to content

Commit 80cdff1

Browse files
authored
Merge pull request #791 from unoplatform/dev/ks/ChatGPT-updateSdk
[ChatGPT App] chore: updating Uno Sdk
2 parents 53746f3 + 4cd14d0 commit 80cdff1

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

UI/ChatGPT/src/ChatGPT/ChatGPT.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
2121
<ApplicationVersion>1</ApplicationVersion>
2222

23+
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
24+
2325
<UnoFeatures>
2426
CSharpMarkup;
2527
Material;

UI/ChatGPT/src/Directory.Build.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,4 @@
1212
-->
1313
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
1414
</PropertyGroup>
15-
16-
<!-- See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages version properties. -->
17-
<PropertyGroup>
18-
<UnoExtensionsVersion>4.1.24</UnoExtensionsVersion>
19-
<UnoToolkitVersion>6.0.24</UnoToolkitVersion>
20-
<UnoThemesVersion>5.0.13</UnoThemesVersion>
21-
<UnoCSharpMarkupVersion>5.2.14</UnoCSharpMarkupVersion>
22-
</PropertyGroup>
2315
</Project>

UI/ChatGPT/src/global.json

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.161"
4+
"Uno.Sdk": "5.4.5"
55
}
66
}

0 commit comments

Comments
 (0)