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

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed May 18, 2017
1 parent ecb7eb7 commit ab205cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stormpath.AspNet/Stormpath.AspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Stormpath middleware for ASP.NET 4.5+. Easily add authentication and authorization to ASP.NET applications.</Description>
<Copyright>(c) 2016 Stormpath, Inc.</Copyright>
<VersionPrefix>4.0.0-rc2</VersionPrefix>
<VersionPrefix>4.0.0-rc3</VersionPrefix>
<Authors>Nate Barbettini</Authors>
<TargetFramework>net451</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.Owin" Version="3.1.0" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="3.1.0" />
<PackageReference Include="Microsoft.Owin.Security" Version="3.1.0" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc2" />
<PackageReference Include="Stormpath.Owin.Middleware" Version="4.0.0-rc3-beta1" />
<PackageReference Include="Stormpath.Owin.Views.Precompiled" Version="1.0.0-beta5" />
</ItemGroup>

Expand Down

0 comments on commit ab205cc

Please sign in to comment.