|
3 | 3 | <PropertyGroup> |
4 | 4 | <Description>Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.</Description> |
5 | 5 | <Copyright>(c) 2016 Stormpath, Inc.</Copyright> |
6 | | - <VersionPrefix>4.0.0-rc2</VersionPrefix> |
| 6 | + <VersionPrefix>4.0.0-rc3</VersionPrefix> |
7 | 7 | <Authors>Nate Barbettini</Authors> |
8 | 8 | <TargetFrameworks>net451;netstandard1.6</TargetFrameworks> |
9 | 9 | <NoWarn>$(NoWarn);CS1591</NoWarn> |
|
16 | 16 | <PackageProjectUrl>https://github.com/stormpath/stormpath-aspnetcore</PackageProjectUrl> |
17 | 17 | <PackageLicenseUrl>https://github.com/stormpath/stormpath-aspnetcore/blob/master/LICENSE</PackageLicenseUrl> |
18 | 18 | <RepositoryUrl>https://github.com/stormpath/stormpath-aspnetcore</RepositoryUrl> |
19 | | - <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dotnet</PackageTargetFallback> |
20 | 19 | </PropertyGroup> |
21 | 20 |
|
22 | 21 | <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" /> |
31 | 30 | <PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta5" /> |
32 | 31 | </ItemGroup> |
33 | 32 |
|
|
0 commit comments