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 4a99b70 commit 62af420Copy full SHA for 62af420
buffer.csproj
@@ -2,12 +2,12 @@
2
3
<PropertyGroup>
4
<OutputType>Library</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
10
- <Version>2.0.1</Version>
+ <Version>2.1.0</Version>
11
<Authors>Pradosh (helloImPR)</Authors>
12
<Description>A fast, completely controllable input method solution for C#.</Description>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments