Skip to content

Commit

Permalink
Remove explicit .NET 5 targeting (netstandard is fine)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtallent committed Nov 20, 2021
1 parent a62f5f7 commit c2273de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RT.Comb/RT.Comb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<PackageProjectUrl>https://github.com/richardtallent/RT.Comb</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/richardtallent/RT.Comb</RepositoryUrl>
<TargetFrameworks>net5.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\RT.Comb.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.4" />
</ItemGroup>
</Project>

0 comments on commit c2273de

Please sign in to comment.