We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72623b commit 4cd14d0Copy full SHA for 4cd14d0
UI/ChatGPT/src/ChatGPT/ChatGPT.csproj
@@ -20,6 +20,8 @@
20
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
21
<ApplicationVersion>1</ApplicationVersion>
22
23
+ <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
24
+
25
<UnoFeatures>
26
CSharpMarkup;
27
Material;
UI/ChatGPT/src/global.json
@@ -1,6 +1,6 @@
1
{
2
// 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.
3
"msbuild-sdks": {
4
- "Uno.Sdk": "5.3.90"
+ "Uno.Sdk": "5.4.5"
5
}
6
0 commit comments