Skip to content

Commit

Permalink
Multi-target 2.1 LTS and 5.0 (latest) too
Browse files Browse the repository at this point in the history
This allows running the tool on any LTS + latest .NET.

Fixes #4
  • Loading branch information
kzu committed May 9, 2021
1 parent cdb76df commit 58fec22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gcm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Commands:
</Description>

<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<Deterministic>true</Deterministic>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -55,8 +55,8 @@ Commands:
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<None Update="nuget.png" Pack="true" PackagePath="icon.png" />
<ItemGroup>
<Content Include="nuget.png" Pack="true" PackagePath="icon.png" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 58fec22

Please sign in to comment.