Skip to content

Commit a0eeb55

Browse files
Bump Microsoft.AspNet.Identity.Owin in /sources/App.UI.Mvc5
Bumps [Microsoft.AspNet.Identity.Owin](https://github.com/aspnet/AspNetIdentity) from 2.2.2 to 2.2.4. - [Commits](https://github.com/aspnet/AspNetIdentity/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNet.Identity.Owin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46c078a commit a0eeb55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sources/App.Identity/App.Identity.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -84,7 +84,7 @@
8484
<Version>1.60.6</Version>
8585
</PackageReference>
8686
<PackageReference Include="Microsoft.AspNet.Identity.Owin">
87-
<Version>2.2.2</Version>
87+
<Version>2.2.4</Version>
8888
</PackageReference>
8989
<PackageReference Include="Microsoft.Owin.Security.Cookies">
9090
<Version>4.2.2</Version>

sources/App.UI.Mvc5/App.UI.Mvc5.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -66,7 +66,7 @@
6666
<PackageReference Include="Humanizer.Core" Version="2.6.2" />
6767
<PackageReference Include="ImageResizer" Version="4.2.5" />
6868
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.2" />
69-
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.2" />
69+
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" />
7070
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />
7171
<PackageReference Include="Microsoft.AspNet.Razor" Version="3.2.7" />
7272
<PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2.4.1" />

0 commit comments

Comments
 (0)