Skip to content

Commit

Permalink
update target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Mar 2, 2024
1 parent 9aa5694 commit 515f0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DotFastLZ.Compression/DotFastLZ.Compression.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>DotFastLZ.Compression</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>ikpil</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>DotFastLZ.Packaging</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>ikpil</Authors>
Expand Down

0 comments on commit 515f0b5

Please sign in to comment.