File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments