Browse Source

Drop .NET Framework lower than 4.0 explicitly

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.3
Syrone Wong 8 years ago
parent
commit
4367a56f46
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      shadowsocks-csharp/app.config

+ 0
- 1
shadowsocks-csharp/app.config View File

@@ -2,7 +2,6 @@
<configuration> <configuration>
<startup> <startup>
<supportedRuntime version="v4.0" /> <supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0.50727" />
</startup> </startup>
<runtime> <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">


Loading…
Cancel
Save