Skip to content

Commit c570bc0

Browse files
committed
Upgrade to ASP.NET Core 2.1.0
1 parent 1672a4c commit c570bc0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Demo.AspNetCore.PushNotifications.Services.PushService/Demo.AspNetCore.PushNotifications.Services.PushService.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Lib.Net.Http.WebPush" Version="1.3.0" />
8-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.1.0-rc1-final" />
9-
<PackageReference Include="Microsoft.Extensions.Http" Version="2.1.0-rc1-final" />
10-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.0-rc1-final" />
11-
<PackageReference Include="Microsoft.Extensions.Options" Version="2.1.0-rc1-final" />
8+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.1.0" />
9+
<PackageReference Include="Microsoft.Extensions.Http" Version="2.1.0" />
10+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.0" />
11+
<PackageReference Include="Microsoft.Extensions.Options" Version="2.1.0" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<ProjectReference Include="..\Demo.AspNetCore.PushNotifications.Services.Abstractions\Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj" />

Demo.AspNetCore.PushNotifications.Services.Sqlite/Demo.AspNetCore.PushNotifications.Services.Sqlite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Lib.Net.Http.WebPush" Version="1.3.0" />
7-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.0-rc1-final" />
8-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.0-rc1-final" />
7+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.0" />
8+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\Demo.AspNetCore.PushNotifications.Services.Abstractions\Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj" />

Demo.AspNetCore.PushNotifications.Services/Demo.AspNetCore.PushNotifications.Services.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFramework>netcoreapp2.1</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.0-rc1-final" />
7-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.0-rc1-final" />
8-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.1.0-rc1-final" />
6+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.0" />
7+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.0" />
8+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.1.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\Demo.AspNetCore.PushNotifications.Services.Abstractions\Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj" />

Demo.AspNetCore.PushNotifications/Demo.AspNetCore.PushNotifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Lib.Net.Http.WebPush" Version="1.3.0" />
7-
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-rc1-final" />
7+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
88
</ItemGroup>
99
<ItemGroup>
1010
<ProjectReference Include="..\Demo.AspNetCore.PushNotifications.Services.Abstractions\Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj" />

0 commit comments

Comments
 (0)