Skip to content

Commit

Permalink
Time for .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tryashtar committed Sep 2, 2022
1 parent 8c4516a commit c7dd791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NbtStudio/NbtStudio.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>
<UseWindowsForms>true</UseWindowsForms>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
Expand All @@ -19,10 +19,10 @@
<PackageProjectUrl>https://github.com/tryashtar/nbt-studio</PackageProjectUrl>
<RepositoryUrl>https://github.com/tryashtar/nbt-studio</RepositoryUrl>
<PackageIcon>nbt_studio_icon_256.png</PackageIcon>
<AssemblyVersion>1.15.1.0</AssemblyVersion>
<FileVersion>1.15.1.0</FileVersion>
<AssemblyVersion>1.15.2.0</AssemblyVersion>
<FileVersion>1.15.2.0</FileVersion>
<SignAssembly>false</SignAssembly>
<Version>1.15.1</Version>
<Version>1.15.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit c7dd791

Please sign in to comment.