Browse Source

fix

pull/2865/head
MysticBoy 5 years ago
parent
commit
6c94619cde
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      shadowsocks-csharp/shadowsocks-csharp.csproj

+ 4
- 2
shadowsocks-csharp/shadowsocks-csharp.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<RootNamespace>Shadowsocks</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<Authors>clowwindy &amp; community 2020</Authors>
@@ -13,6 +13,7 @@
<ApplicationIcon>shadowsocks.ico</ApplicationIcon>
<StartupObject>Shadowsocks.Program</StartupObject>
<Nullable>disable</Nullable>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -55,7 +56,8 @@
<Reference Include="PresentationFramework" />
<Reference Include="System.Web" />
<Reference Include="WindowsBase" />
<Reference Include="System.Security" />
<Reference Include="System.Runtime" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="System.Windows.Forms.DataVisualization" Version="1.0.0-prerelease.20110.1" />


Loading…
Cancel
Save