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.
2 parents 52b463b + d3737e6 commit 48567d4Copy full SHA for 48567d4
src/InputKit.Maui/InputKit.Maui.csproj
@@ -1,13 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041</TargetFrameworks>
+ <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.19041</TargetFrameworks>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<RootNamespace>InputKit</RootNamespace>
7
<UseMaui>true</UseMaui>
8
<SingleProject>true</SingleProject>
9
<PackageId>InputKit.Maui</PackageId>
10
- <Version>4.4.6</Version>
+ <Version>4.5.0</Version>
11
<DefineConstants Condition="$(TargetFramework.Contains('-windows'))">$(DefineConstants);UWP</DefineConstants>
12
13
<!-- NuGet Package Info -->
0 commit comments