We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7ea5 commit ec88593Copy full SHA for ec88593
WebPush/WebPush.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netstandard1.3;net45;net46;net47</TargetFrameworks>
+ <TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netstandard1.3;netstandard2.0;net45;net46;net47</TargetFrameworks>
4
</PropertyGroup>
5
6
<ItemGroup Condition="'$(TargetFramework)'=='net45' OR '$(TargetFramework)'=='net46' OR '$(TargetFramework)'=='net47'">
0 commit comments