This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard1.4;netstandard1.6; net451</TargetFrameworks >
3
+ <TargetFrameworks >netstandard1.4;net451</TargetFrameworks >
4
4
<Version >1.2.0.0</Version >
5
5
<FileVersion >1.2.3.4</FileVersion >
6
6
<AssemblyVersion >1.2.0.0</AssemblyVersion >
@@ -70,12 +70,6 @@ bug fixes:
70
70
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
71
71
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
72
72
</PropertyGroup >
73
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.6|AnyCPU'" >
74
- <DocumentationFile >bin\Debug\netstandard1.6\Parquet.xml</DocumentationFile >
75
- </PropertyGroup >
76
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.6|AnyCPU'" >
77
- <DocumentationFile >bin\Release\netstandard1.6\Parquet.xml</DocumentationFile >
78
- </PropertyGroup >
79
73
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.4|AnyCPU'" >
80
74
<DocumentationFile >bin\Debug\netstandard1.4\Parquet.xml</DocumentationFile >
81
75
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments