Skip to content

Commit

Permalink
Add netstd 2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Jan 24, 2019
1 parent 09a2683 commit 930fd4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DotNetDBF.Enumerable/DotNetDBF.Enumerable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<IncludeSource>True</IncludeSource>
</PropertyGroup>
<ItemGroup>
<None Include="..\Copying.txt" Pack="true" PackagePath=""/>
<None Include="..\Copying.txt" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ImpromptuInterface" Version="7.0.1-*" />
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetDBF\DotNetDBF.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion DotNetDBF/DotNetDBF.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net35;netstandard1.3;netstandard2.0</TargetFrameworks>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
<Version>6.0.0.1</Version>
Expand Down

0 comments on commit 930fd4d

Please sign in to comment.