mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
update server project file
This commit is contained in:
parent
892948eebc
commit
f8f141a8f3
@ -2,7 +2,10 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(OS)' == 'Windows_NT'">net6.0-windows</TargetFramework>
|
||||
<TargetFramework Condition=" '$(OS)' != 'Windows_NT'">net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<TargetName>Wabbajack.exe</TargetName>
|
||||
<AssemblyVersion>2.5.2.2</AssemblyVersion>
|
||||
<FileVersion>2.5.2.2</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</Copyright>
|
||||
@ -11,7 +14,6 @@
|
||||
<AssemblyName>Wabbajack.Server</AssemblyName>
|
||||
<RootNamespace>Wabbajack.Server</RootNamespace>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user