Skip to content

Commit 773da2a

Browse files
author
Cory Thompson
committed
Change targets from core to standard + net45 + net46
1 parent 43d3b25 commit 773da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: WebPush/WebPush.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard1.1;netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard1.1;netstandard2.0;net45;net46</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Version>1.0.10</Version>
77
<Authors>Cory Thompson</Authors>

0 commit comments

Comments
 (0)