Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit a7df2f2

Browse files
author
Ivan Gavryliuk
committed
drop .net standard 1.6, not required as we target 1.4 already!
1 parent 4b3b1bf commit a7df2f2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Parquet/Parquet.csproj

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard1.4;netstandard1.6;net451</TargetFrameworks>
3+
<TargetFrameworks>netstandard1.4;net451</TargetFrameworks>
44
<Version>1.2.0.0</Version>
55
<FileVersion>1.2.3.4</FileVersion>
66
<AssemblyVersion>1.2.0.0</AssemblyVersion>
@@ -70,12 +70,6 @@ bug fixes:
7070
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
7171
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
7272
</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>
7973
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.4|AnyCPU'">
8074
<DocumentationFile>bin\Debug\netstandard1.4\Parquet.xml</DocumentationFile>
8175
</PropertyGroup>

0 commit comments

Comments
 (0)