Skip to content

Commit

Permalink
Adding build support to NetStandard 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocoelho committed Nov 6, 2018
1 parent 4f2ea57 commit cac3047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HtmlSanitizer/HtmlSanitizer.csproj
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>HtmlSanitizer</AssemblyTitle>
<VersionPrefix>1.0.0-VERSION</VersionPrefix>
<Authors>Michael Ganss</Authors>
<TargetFrameworks>net40;net45;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0;</TargetFrameworks>
<AssemblyName>HtmlSanitizer</AssemblyName>
<AssemblyOriginatorKeyFile>HtmlSanitizer.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.0;net452</TargetFrameworks>
<AssemblyName>HtmlSanitizer.Tests</AssemblyName>
<PackageId>HtmlSanitizer.Tests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down

0 comments on commit cac3047

Please sign in to comment.