Skip to content

Commit

Permalink
net45, net46 framework targets appended
Browse files Browse the repository at this point in the history
  • Loading branch information
CanerPatir committed May 7, 2018
1 parent a84dffa commit d96de8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AntiSamy/AntiSamy.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Caner Patır</Authors>
<Version>1.0.2</Version>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.3</Version>
<FileVersion>1.0.3.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d96de8b

Please sign in to comment.