Skip to content

Commit

Permalink
reduce netstandard version
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed Jan 31, 2018
1 parent 417088d commit 58fbe86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard1.3</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType Condition="$(codecov) != ''">full</DebugType>
Expand All @@ -13,7 +13,7 @@

<ItemGroup>
<!-- marked as not visible aand for it not to include -->
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj" Visible="false">
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj" Visible="false" SkipGetTargetFrameworkProperties="true">
<PrivateAssets>All</PrivateAssets>
<ExcludeAssets>All</ExcludeAssets>
<IncludeAssets>None</IncludeAssets>
Expand Down

0 comments on commit 58fbe86

Please sign in to comment.