File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
5
- <NetStandardImplicitPackageVersion Condition = " '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
5
+ <NetStandardImplicitPackageVersion >1.6.0</NetStandardImplicitPackageVersion >
6
6
<GenerateDocumentationFile >True</GenerateDocumentationFile >
7
+ </PropertyGroup >
8
+
9
+ <PropertyGroup >
7
10
<PackageId >BencodeNET</PackageId >
8
11
<Version >2.2.0</Version >
9
12
<Authors >Søren Kruse</Authors >
26
29
<DefineConstants >$(DefineConstants);NETSTANDARD</DefineConstants >
27
30
</PropertyGroup >
28
31
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
-
38
32
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
39
33
<PackageReference Include =" System.Reflection" Version =" 4.1.0" />
40
34
<PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.2.0" />
You can’t perform that action at this time.
0 commit comments