Skip to content

Commit

Permalink
.net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Aug 16, 2022
1 parent 2cc2f0b commit 7a1378a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LoadOrder/LoadOrderTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PropertyGroup>
<Deterministic>false</Deterministic>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PathMap>$(MSBuildProjectDirectory)\=$(ProjectName)\</PathMap>
Expand Down
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AssemblyVersion>1.7.2.*</AssemblyVersion>
<AssemblyVersion>1.8.0.*</AssemblyVersion>
</PropertyGroup>
</Project>

0 comments on commit 7a1378a

Please sign in to comment.