File tree Expand file tree Collapse file tree 7 files changed +25
-13
lines changed
Expand file tree Collapse file tree 7 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 1+ using Microsoft . UI . Xaml . Input ;
12using Windows . Foundation ;
23
34namespace UnoKeyboard ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Uno.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8.0;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop</TargetFrameworks >
3+ <TargetFrameworks >
4+ net8.0;
5+ net8.0-windows10.0.19041;
6+ net8.0-browserwasm;
7+ net8.0-desktop;
8+ net9.0;
9+ net9.0-windows10.0.19041;
10+ net9.0-browserwasm;
11+ net9.0-desktop;
12+ </TargetFrameworks >
413 <UnoSingleProject >true</UnoSingleProject >
514 <OutputType >Library</OutputType >
615 <!-- Ensures the .xr.xml files are generated in a proper layout folder -->
2029 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2130 <PackageIcon >nuget_icon.jpg</PackageIcon >
2231
23- <Version >1.0.8 </Version >
32+ <Version >1.0.9 </Version >
2433
2534 <!--
2635 UnoFeatures let's you quickly add and manage implicit package references based on the features you want to use.
4655 <FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.22621.28" /> -->
4756 </ItemGroup >
4857
49- <PropertyGroup >
58+ <!-- < PropertyGroup>
5059 <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
51- </PropertyGroup >
60+ </PropertyGroup> -->
5261
5362 <ItemGroup >
5463 <None Include =" ..\..\nuget_icon.jpg" >
Original file line number Diff line number Diff line change 1616 <!-- See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages version properties. -->
1717 <PropertyGroup >
1818 <UnoExtensionsVersion >4.1.24</UnoExtensionsVersion >
19- <UnoToolkitVersion >6.0.24</UnoToolkitVersion >
2019 <UnoThemesVersion >5.0.13</UnoThemesVersion >
2120 <UnoCSharpMarkupVersion >5.2.14</UnoCSharpMarkupVersion >
2221 </PropertyGroup >
Original file line number Diff line number Diff line change 66 -->
77 <ItemGroup >
88 </ItemGroup >
9- </Project >
9+ <ItemGroup >
10+ <PackageVersion Include =" Uno.Toolkit.WinUI" Version =" 6.4.5" />
11+ </ItemGroup >
12+ </Project >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args)
2424 MainWindow = new Window ( ) ;
2525
2626#if DEBUG
27- MainWindow . EnableHotReload ( ) ;
27+ MainWindow . UseStudio ( ) ;
2828#endif
2929
3030 // Do not repeat app initialization when the Window already has content,
Original file line number Diff line number Diff line change 11<Project Sdk =" Uno.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >
4- net8 .0-windows10.0.19041;
5- net8 .0-desktop;
6- net8 .0-browserwasm;
4+ net9 .0-windows10.0.19041;
5+ net9 .0-desktop;
6+ net9 .0-browserwasm;
77 </TargetFrameworks >
88
99 <OutputType >Exe</OutputType >
4040 </UnoFeatures >
4141 </PropertyGroup >
4242
43- <PropertyGroup >
43+ <!-- < PropertyGroup>
4444 <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
45- </PropertyGroup >
45+ </PropertyGroup> -->
4646
4747 <ItemGroup >
4848 <ProjectReference Include =" ..\..\UnoKeyboard\UnoKeyboard.csproj" />
Original file line number Diff line number Diff line change 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.4.8 "
4+ "Uno.Sdk" : " 5.6.51 "
55 },
66 "sdk" : {
77 "allowPrerelease" : false
You can’t perform that action at this time.
0 commit comments