Fixes server consoles target framework being too high

This commit is contained in:
Cyberboss
2017-11-13 00:24:23 -05:00
parent 3d4e3f0872
commit cb323a554b
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>TGS.Server.Console</RootNamespace>
<AssemblyName>TGS.Server.Console</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PublishUrl>publish\</PublishUrl>
@@ -26,6 +26,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>