Skip to content

Commit

Permalink
Remove unnecessary target frameworks
Browse files Browse the repository at this point in the history
Target Frameworks kept:
- .Net 3.5
- .Net 4.0 (supports .Net 4.*)
- .Net Core 3.0 (supports .Net Core 3.1)
  • Loading branch information
KiKoS0 committed Jan 4, 2020
1 parent 2ef1b39 commit 214c215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WpfAnimatedGif/WpfAnimatedGif.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net35;net4;net45;net46;net472;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net35;net40;netcoreapp3.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down

0 comments on commit 214c215

Please sign in to comment.