Skip to content

Commit

Permalink
Target .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Jun 30, 2022
1 parent e15e39d commit 98efe19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unverum/Unverum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>Unverum</RootNamespace>
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\unverum.ico</ApplicationIcon>
<AssemblyName>Unverum</AssemblyName>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 98efe19

Please sign in to comment.