.NET Core time.

This commit is contained in:
Pieter-Jan Briers
2019-12-15 16:01:08 +01:00
parent 52e5afd277
commit f6b894f274

View File

@@ -26,17 +26,6 @@
<TargetOS Condition="'$(TargetOS)' == ''">$(ActualOS)</TargetOS>
<Python>python3</Python>
<Python Condition="'$(ActualOS)' == 'Windows'">py -3</Python>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<Choose>
<When Condition="'$(UseNetCore)' == 'true'">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
</Otherwise>
</Choose>
</Project>