Skip to content

Commit

Permalink
Updating project to .NET 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-prosperi committed Nov 13, 2021
1 parent 55b313c commit 590e7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CardArtist/CardArtist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
Expand All @@ -11,7 +11,7 @@
<PackageLicenseFile>Apache2.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/matteo-prosperi</PackageProjectUrl>
<RepositoryUrl>https://github.com/matteo-prosperi/CardArtist</RepositoryUrl>
<Version>0.0.3.1</Version>
<Version>0.0.3.2</Version>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<PackageIcon>Render.png</PackageIcon>
<Product>Card Artist</Product>
Expand Down

0 comments on commit 590e7cb

Please sign in to comment.