Skip to content

Commit

Permalink
#49 update Pdf module to .net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Oct 2, 2020
1 parent 3cba59e commit 50aaf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sitko.Core.Pdf/Sitko.Core.Pdf.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<!--<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>-->
Expand Down
2 changes: 1 addition & 1 deletion tests/Sitko.Core.Pdf.Tests/Sitko.Core.Pdf.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 50aaf6f

Please sign in to comment.