Skip to content

Commit

Permalink
fix: Set TargetFramework
Browse files Browse the repository at this point in the history
dotnet/sdk#251

Signed-off-by: Joost Buskermolen <joost@buskervezel.nl>
  • Loading branch information
JoooostB committed Feb 20, 2022
1 parent 64544dd commit 41bdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PgsToSrt/PgsToSrt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.4.2.0</AssemblyVersion>
<FileVersion>1.4.2.0</FileVersion>
<Version>1.4.2</Version>
Expand Down

0 comments on commit 41bdb17

Please sign in to comment.