Skip to content

Commit

Permalink
Merge branch 'jongalloway-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Mar 23, 2024
2 parents 11101a7 + 90d8173 commit 93374cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QrCodeGenerator/QrCodeGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
<RootNamespace>Net.Codecrete.QrCodeGenerator</RootNamespace>
<PackageId>Net.Codecrete.QrCodeGenerator</PackageId>
<Version>2.0.4</Version>
Expand Down

0 comments on commit 93374cb

Please sign in to comment.