Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 31a7e0d

Browse files
committed
Update packages
1 parent 323c915 commit 31a7e0d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/Stormpath.AspNetCore/Stormpath.AspNetCore.csproj

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.</Description>
55
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
6-
<VersionPrefix>4.0.0-rc2</VersionPrefix>
6+
<VersionPrefix>4.0.0-rc3</VersionPrefix>
77
<Authors>Nate Barbettini</Authors>
88
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
99
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,18 +16,17 @@
1616
<PackageProjectUrl>https://github.com/stormpath/stormpath-aspnetcore</PackageProjectUrl>
1717
<PackageLicenseUrl>https://github.com/stormpath/stormpath-aspnetcore/blob/master/LICENSE</PackageLicenseUrl>
1818
<RepositoryUrl>https://github.com/stormpath/stormpath-aspnetcore</RepositoryUrl>
19-
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dotnet</PackageTargetFallback>
2019
</PropertyGroup>
2120

2221
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.1" />
24-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="1.1.1" />
25-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.1" />
26-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="1.1.2" />
27-
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.1.2" />
28-
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.1" />
29-
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
30-
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc2" />
22+
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.2" />
23+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="1.1.2" />
24+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
25+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="1.1.3" />
26+
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.1.3" />
27+
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.2" />
28+
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
29+
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc3-beta1" />
3130
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta5" />
3231
</ItemGroup>
3332

0 commit comments

Comments
 (0)