[Core] Change .NET Full Framework from 4.7 to 4.6.1

This commit is contained in:
LORDofDOOM 2018-03-21 01:12:52 +01:00
parent 9fe43b52f9
commit 81bbe62c5c
6 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>TLSharp.Core</PackageId>
<Version>1.0.1</Version>
<Authors>TLSharp.Core</Authors>
@ -13,7 +13,7 @@
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net47'">
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
</PropertyGroup>
<ItemGroup>