Change UTs target framework to .net5.0

This commit is contained in:
Alexandru Macocian
2021-06-02 14:33:04 +02:00
parent 3da1a38e06
commit d44deb3124
+1 -1
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>