Skip to content

Commit

Permalink
feat: support netstandrd2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 29, 2023
1 parent 353c5db commit b350e96
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 417 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>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.0;netstandard2.1</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>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageId>DotFastLZ.Packaging</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>ikpil</Authors>
Expand Down
Loading

0 comments on commit b350e96

Please sign in to comment.