Make Robust.Client.Injectors NS2.0

So that it works out of the box with Framework MSBuild.
This commit is contained in:
Pieter-Jan Briers
2020-12-21 03:16:13 +01:00
parent b449959865
commit f234ecb2c3

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>