Skip to content

Commit

Permalink
feat Improve arguard targetframeworks (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoehen authored Mar 8, 2024
1 parent c38810e commit 41f34ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oehen.arguard/oehen.arguard.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0;net8.0;net472;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0;net472;net48</TargetFrameworks>
<PackageId>oehen.arguard</PackageId>
<NeutralLanguage>en-US</NeutralLanguage>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 41f34ab

Please sign in to comment.