Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydsparkes committed Nov 11, 2017
2 parents 2046072 + 123c3bc commit b819a7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SocksWebProxy/SocksWebProxy.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
1<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
Expand All @@ -12,14 +12,15 @@
<PackageTags>Net4 SocksWebProxy NetStandard</PackageTags>
<Company>Landon Key</Company>
<Authors>https://github.com/lloydsparkes/SocksWebProxy/graphs/contributors</Authors>
<Version>1.4.0.0</Version>
<Version>1.4.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>DotNet4.SocksProxy</PackageId>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Org.Mentalis\Org.Mentalis.csproj">
<Private>true</Private>
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

Expand All @@ -29,4 +30,4 @@
</ItemGroup>
</Target>

</Project>
</Project>

0 comments on commit b819a7f

Please sign in to comment.