Updated to net 6.0

This commit is contained in:
hondacrx
2021-11-14 16:47:37 -05:00
parent 4848ab6675
commit 6e2511f7b6
8 changed files with 53 additions and 65 deletions
-1
View File
@@ -2,7 +2,6 @@
<Import Project="..\..\default.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<StartupObject>BNetServer.Server</StartupObject>
<ApplicationIcon>Red.ico</ApplicationIcon>
</PropertyGroup>