Skip to content

Commit e56100d

Browse files
committed
Cleanup project file
1 parent c373fb6 commit e56100d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

BencodeNET/BencodeNET.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
5-
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
5+
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
66
<GenerateDocumentationFile>True</GenerateDocumentationFile>
7+
</PropertyGroup>
8+
9+
<PropertyGroup>
710
<PackageId>BencodeNET</PackageId>
811
<Version>2.2.0</Version>
912
<Authors>Søren Kruse</Authors>
@@ -26,15 +29,6 @@
2629
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
2730
</PropertyGroup>
2831

29-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
30-
<DebugType>pdbonly</DebugType>
31-
</PropertyGroup>
32-
33-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
34-
<Reference Include="System" />
35-
<Reference Include="Microsoft.CSharp" />
36-
</ItemGroup>
37-
3832
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
3933
<PackageReference Include="System.Reflection" Version="4.1.0" />
4034
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />

0 commit comments

Comments
 (0)