Fix TestClient.csproj

This commit is contained in:
Cinder
2021-12-09 18:01:21 -06:00
parent e26ae695fe
commit 5d273cb5d8

View File

@@ -22,8 +22,7 @@
<PostBuildEvent />
<PreBuildEvent />
<PostBuildEvent />
<IsPackable>false</IsPackable>
<TargetFrameworks>netcoreapp3.1;net50</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<IsPackable>false</IsPackable>
</PropertyGroup>