Skip to content

Commit 62af420

Browse files
Supports dotnet 7.0, 8.0 and 9.0!! (version 2.1.0)
1 parent 4a99b70 commit 62af420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buffer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>2.0.1</Version>
10+
<Version>2.1.0</Version>
1111
<Authors>Pradosh (helloImPR)</Authors>
1212
<Description>A fast, completely controllable input method solution for C#.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)