Skip to content

Commit

Permalink
Added target .NET Framework 4.5.2 (issue #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandsilence committed Nov 8, 2018
1 parent 489c1fb commit 050793d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Leaf.xNet.Tests/Leaf.xNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;net471;net472;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down
4 changes: 2 additions & 2 deletions Leaf.xNet/Leaf.xNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Leaf.xNet</RootNamespace>
<AssemblyName>Leaf.xNet</AssemblyName>
<TargetFrameworks>net462;net471;net472;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<FileAlignment>512</FileAlignment>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Grand Silence</Authors>
Expand Down Expand Up @@ -48,7 +48,7 @@
<PackageTags>net,http,socks,proxy,cloudflare</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/csharp-leaf/Leaf.Core/master/Icons/icon-300.png</PackageIconUrl>
<NoWarn>1591</NoWarn>
<Description>Improved xNet library for .NET Framework 4.6.2 - 4.7.2 &amp; .NET Core 2.0-2.1</Description> <!-- Ignore warinings abound undocumented code -->
<Description>Improved xNet library for .NET Framework 4.5.2, 4.6.2, 4.7.1, 4.7.2 &amp; .NET Core 2.0-2.1</Description> <!-- Ignore warinings abound undocumented code -->
</PropertyGroup>

<!-- :: // Generic configurations -->
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ build:
publish_nuget: true
verbosity: minimal
artifacts:
- path: Leaf.xNet\bin\Release\net452
name: net452
- path: Leaf.xNet\bin\Release\net462
name: net462
- path: Leaf.xNet\bin\Release\net471
Expand All @@ -50,7 +52,7 @@ deploy:
release: Leaf.xNet v$(appveyor_build_version)
auth_token:
secure: NQtMOO3yB309cDK/pFWRiQ==
artifact: net462;net471;net472;netcoreapp2.0;netcoreapp2.1
artifact: net452;net462;net471;net472;netcoreapp2.0;netcoreapp2.1
on:
branch: master
only_commits:
Expand Down

0 comments on commit 050793d

Please sign in to comment.