Skip to content

Commit

Permalink
Added .NET 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
servcoben committed Jul 24, 2024
1 parent cc9c0c7 commit 9887ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>InvertedTomato.Crc</RootNamespace>
<TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<LangVersion>12</LangVersion>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<Title>InvertedTomato.Crc</Title>
<Authors>Inverted Tomato</Authors>
<Description>A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.</Description>
Expand All @@ -21,8 +21,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>InvertedTomato.Crc</PackageId>
<Product>InvertedTomato.Crc</Product>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.4.0</FileVersion>
<AssemblyVersion>1.4.1</AssemblyVersion>
<FileVersion>1.4.1</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 9887ef7

Please sign in to comment.