Skip to content

Commit

Permalink
Merge pull request #117 from H1Gdev/net452
Browse files Browse the repository at this point in the history
Added .NET Framework 4.5.2 as a target framework.
  • Loading branch information
TylerBrinks authored Mar 23, 2021
2 parents 0d02009 + b9cf6dd commit 707053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExCSS/ExCSS.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;netcoreapp3.1;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;netcoreapp3.1;net452</TargetFrameworks>
<AssemblyName>ExCSS</AssemblyName>
<PackageId>ExCSS</PackageId>
<Title>ExCSS .NET Stylesheet Parser</Title>
Expand Down

0 comments on commit 707053f

Please sign in to comment.