Skip to content

Commit

Permalink
Update FluentTransitions.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher authored May 10, 2024
1 parent b86a0fe commit 64d4026
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/FluentTransitions/FluentTransitions.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<TargetFrameworks>net48;net6.0-windows;net8.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<Description>FluentTransitions lets you create animated transitions of any property of user-interface elements in .NET.
It provides an easy way to perform UI animations in a similar way to Apple's Core Animation library for iOS, iPadOS and macOS.

The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.</Description>
<PackageTags>Fluent;Transitions;Windows;Forms;WinForms;UI</PackageTags>
<Copyright>Andreas Wäscher, Richard S. Shepherd, Mauro Sampietro</Copyright>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 64d4026

Please sign in to comment.