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 55c5785 commit cc9c0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<AssemblyName>InvertedTomato.Crc</AssemblyName>
<RootNamespace>InvertedTomato.Crc</RootNamespace>
<TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<LangVersion>12</LangVersion>
<Version>1.4.0</Version>
<Title>InvertedTomato.Crc</Title>
Expand Down

0 comments on commit cc9c0c7

Please sign in to comment.