Remove references to NET452, no longer supported

This commit is contained in:
flightlevel
2018-08-18 17:37:46 +10:00
parent 7a0bafe528
commit d054bfce87
2 changed files with 2 additions and 2 deletions

View File

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