Added .netStandard 2.1 support

This commit is contained in:
EonaCat 2025-07-06 19:20:23 +02:00
parent 810796f0c1
commit 5054a8a7ea
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<TargetFrameworks>net48;net8.0</TargetFrameworks> <TargetFrameworks>net48;netstandard2.1;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
@ -19,6 +19,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<RepositoryUrl>https://git.saey.me/EonaCat/EonaCat.Crypto</RepositoryUrl> <RepositoryUrl>https://git.saey.me/EonaCat/EonaCat.Crypto</RepositoryUrl>
<Version>1.0.0.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>