Skip to content

Commit

Permalink
added netcoreapp3.1 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Diviš authored and Michal Diviš committed Dec 9, 2021
1 parent 865c11b commit 1fe50e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DarkHtmlViewer/DarkHtmlViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<Version>0.1.2-alpha</Version>
<Authors>Michal Diviš</Authors>
Expand All @@ -13,6 +13,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Divis.DarkHtmlViewer</PackageId>
<PackageReleaseNotes>more functionality and some tweaks</PackageReleaseNotes>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1fe50e7

Please sign in to comment.