Skip to content

Commit f26dd92

Browse files
author
Cory Thompson
committed
Target dotnetcore1.0
1 parent bf307b9 commit f26dd92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WebPush.Test/WebPush.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp1.1</TargetFramework>
3+
<TargetFramework>netcoreapp1.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
@@ -10,4 +10,4 @@
1010
<ItemGroup>
1111
<ProjectReference Include="..\WebPush\WebPush.csproj" />
1212
</ItemGroup>
13-
</Project>
13+
</Project>

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-
<TargetFramework>netcoreapp1.1</TargetFramework>
3+
<TargetFramework>netcoreapp1.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.1.3" />

0 commit comments

Comments
 (0)