Skip to content

Commit

Permalink
Merge branch 'main' into releases/4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Jun 24, 2024
2 parents 15e1d9a + 1afe34d commit d62bbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version Condition=" '$(ReleasePackageVersion)' == '' ">$(LocalPackageVersion)</Version>
<Version Condition=" '$(ReleasePackageVersion)' != '' ">$(ReleasePackageVersion)</Version>
<PackageVersion Condition=" '$(ReleasePackageVersion)' == '' ">$(LocalPackageVersion)</PackageVersion>
Expand Down

0 comments on commit d62bbcc

Please sign in to comment.