Skip to content

Commit 58fbe86

Browse files
committed
reduce netstandard version
1 parent 417088d commit 58fbe86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tocsoft.DateTimeAbstractions/Tocsoft.DateTimeAbstractions.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard1.3</TargetFramework>
55
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<DebugType Condition="$(codecov) != ''">full</DebugType>
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<!-- marked as not visible aand for it not to include -->
16-
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj" Visible="false">
16+
<ProjectReference Include="..\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj" Visible="false" SkipGetTargetFrameworkProperties="true">
1717
<PrivateAssets>All</PrivateAssets>
1818
<ExcludeAssets>All</ExcludeAssets>
1919
<IncludeAssets>None</IncludeAssets>

0 commit comments

Comments
 (0)