File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ HtmlSanitizer
4
4
[ ![ NuGet version] ( https://badge.fury.io/nu/HtmlSanitizer.svg )] ( http://badge.fury.io/nu/HtmlSanitizer )
5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/418bmfx643iae00c/branch/master?svg=true )] ( https://ci.appveyor.com/project/mganss/htmlsanitizer/branch/master )
6
6
[ ![ codecov.io] ( https://codecov.io/github/mganss/HtmlSanitizer/coverage.svg?branch=master )] ( https://codecov.io/github/mganss/HtmlSanitizer?branch=master )
7
+ [ ![ Sonarcloud Quality Gate] ( https://sonarcloud.io/api/project_badges/measure?project=mganss_HtmlSanitizer&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=mganss_HtmlSanitizer )
8
+
7
9
[ ![ netstandard1.3] ( https://img.shields.io/badge/netstandard-1.3-brightgreen.svg )] ( https://img.shields.io/badge/netstandard-1.3-brightgreen.svg )
10
+ [ ![ netstandard2.0] ( https://img.shields.io/badge/netstandard-2.0-brightgreen.svg )] ( https://img.shields.io/badge/netstandard-2.0-brightgreen.svg )
8
11
[ ![ net40] ( https://img.shields.io/badge/net-40-brightgreen.svg )] ( https://img.shields.io/badge/net-40-brightgreen.svg )
9
12
[ ![ net45] ( https://img.shields.io/badge/net-45-brightgreen.svg )] ( https://img.shields.io/badge/net-45-brightgreen.svg )
10
13
Original file line number Diff line number Diff line change 6
6
<AssemblyTitle >HtmlSanitizer</AssemblyTitle >
7
7
<VersionPrefix >1.0.0-VERSION</VersionPrefix >
8
8
<Authors >Michael Ganss</Authors >
9
- <TargetFrameworks >net40;net45;netstandard1.3</TargetFrameworks >
9
+ <TargetFrameworks >net40;net45;netstandard1.3;netstandard2.0; </TargetFrameworks >
10
10
<AssemblyName >HtmlSanitizer</AssemblyName >
11
11
<AssemblyOriginatorKeyFile >HtmlSanitizer.snk</AssemblyOriginatorKeyFile >
12
12
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2.0;net452</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2.1;netcoreapp2. 0;net452</TargetFrameworks >
5
5
<AssemblyName >HtmlSanitizer.Tests</AssemblyName >
6
6
<PackageId >HtmlSanitizer.Tests</PackageId >
7
7
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
You can’t perform that action at this time.
0 commit comments