as requested, try it with netcoreapp3.1
This commit is contained in:
parent
0fda93acea
commit
ec61aad159
|
@ -1,6 +1,6 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="../MainSlnCommon.props" />
|
<Import Project="../MainSlnCommon.props" />
|
||||||
<Import Project="../../CommonNullable.props" />
|
<Import Project="../../CommonNullable.props" />
|
||||||
|
|
Loading…
Reference in New Issue