Upgrade TargetFramework in TestServer from 4.5 to 4.6.1 (#190)

* Addresses https://github.com/aspnet/WebSockets/issues/185
This commit is contained in:
Mike Harder 2017-06-27 15:49:27 -07:00 committed by GitHub
parent 98c8899155
commit 42f43e6cdf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>

View File

@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TestServer</RootNamespace>
<AssemblyName>TestServer</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -55,4 +55,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>