chore: makes project netstandard2.0 compatible

This commit is contained in:
Matthias Langhard
2020-12-14 13:55:06 +01:00
parent f5b3ff3694
commit 67ed70cf66
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>