Skip to content

Commit

Permalink
Merge pull request #128 from H1Gdev/framework
Browse files Browse the repository at this point in the history
Add .NET Standard 2.0 as target framework.
  • Loading branch information
TylerBrinks authored Dec 13, 2021
2 parents 9916ad1 + 321c8d5 commit 5ceb147
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
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 5ceb147

Please sign in to comment.