Skip to content

Commit 3ad9482

Browse files
author
Cory Thompson
authored
Merge pull request #19 from mbonatsos/master
Added netstandard2.0
2 parents fcf7ea5 + ec88593 commit 3ad9482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebPush/WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netstandard1.3;net45;net46;net47</TargetFrameworks>
3+
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netstandard1.3;netstandard2.0;net45;net46;net47</TargetFrameworks>
44
</PropertyGroup>
55

66
<ItemGroup Condition="'$(TargetFramework)'=='net45' OR '$(TargetFramework)'=='net46' OR '$(TargetFramework)'=='net47'">

0 commit comments

Comments
 (0)