Skip to content

Commit

Permalink
Cleanup project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusen committed Aug 5, 2017
1 parent c373fb6 commit e56100d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions BencodeNET/BencodeNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

<PropertyGroup>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<PackageId>BencodeNET</PackageId>
<Version>2.2.0</Version>
<Authors>Søren Kruse</Authors>
Expand All @@ -26,15 +29,6 @@
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
<DebugType>pdbonly</DebugType>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Reflection" Version="4.1.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />
Expand Down

0 comments on commit e56100d

Please sign in to comment.