DateTimeRoutines as only NETStandard

This commit is contained in:
flightlevel
2018-12-23 22:19:15 +11:00
parent 3999e76ae8
commit af066426fd

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>
</Project>