Skip to content

Commit 45d0d79

Browse files
Update packages
1 parent 1e137f9 commit 45d0d79

File tree

7 files changed

+38
-30
lines changed

7 files changed

+38
-30
lines changed

examples/Identity/UnravelExamples.Identity.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5959
<HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
6060
</Reference>
61+
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62+
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
63+
</Reference>
64+
<Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65+
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
66+
</Reference>
6167
<Reference Include="Microsoft.AspNetCore.Hosting, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
6268
<HintPath>..\..\packages\Microsoft.AspNetCore.Hosting.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>
6369
</Reference>
@@ -79,12 +85,6 @@
7985
<Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
8086
<HintPath>..\..\packages\Microsoft.AspNetCore.Http.Features.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
8187
</Reference>
82-
<Reference Include="Microsoft.AspNet.Identity.Core">
83-
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.3\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
84-
</Reference>
85-
<Reference Include="Microsoft.AspNet.Identity.Owin">
86-
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.3\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
87-
</Reference>
8888
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
8989
<HintPath>..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.3\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
9090
</Reference>

examples/Identity/Web.config

+8
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@
113113
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
114114
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
115115
</dependentAssembly>
116+
<dependentAssembly>
117+
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" />
118+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
119+
</dependentAssembly>
120+
<dependentAssembly>
121+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
122+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
123+
</dependentAssembly>
116124
</assemblyBinding>
117125
</runtime>
118126
<entityFramework>

examples/Identity/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
44
<package id="EntityFramework" version="6.4.4" targetFramework="net472" />
5-
<package id="Microsoft.AspNet.Identity.Core" version="2.2.3" targetFramework="net472" />
5+
<package id="Microsoft.AspNet.Identity.Core" version="2.2.4" targetFramework="net472" />
66
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.3" targetFramework="net472" />
7-
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.3" targetFramework="net472" />
7+
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.4" targetFramework="net472" />
88
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net472" />
99
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net472" />
1010
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />

examples/Identity/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"Microsoft.AspNet.Identity.Core": {
1818
"type": "Direct",
19-
"requested": "[2.2.3, 2.2.3]",
20-
"resolved": "2.2.3",
21-
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
19+
"requested": "[2.2.4, 2.2.4]",
20+
"resolved": "2.2.4",
21+
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
2222
},
2323
"Microsoft.AspNet.Identity.EntityFramework": {
2424
"type": "Direct",
@@ -28,9 +28,9 @@
2828
},
2929
"Microsoft.AspNet.Identity.Owin": {
3030
"type": "Direct",
31-
"requested": "[2.2.3, 2.2.3]",
32-
"resolved": "2.2.3",
33-
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg=="
31+
"requested": "[2.2.4, 2.2.4]",
32+
"resolved": "2.2.4",
33+
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw=="
3434
},
3535
"Microsoft.AspNet.Mvc": {
3636
"type": "Direct",

src/AspNet.Identity.EntityFramework/packages.lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"Microsoft.AspNet.Identity.Core": {
3737
"type": "Transitive",
38-
"resolved": "2.2.3",
39-
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
38+
"resolved": "2.2.4",
39+
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
4040
},
4141
"Microsoft.AspNet.Identity.Owin": {
4242
"type": "Transitive",
43-
"resolved": "2.2.3",
44-
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg==",
43+
"resolved": "2.2.4",
44+
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw==",
4545
"dependencies": {
46-
"Microsoft.AspNet.Identity.Core": "2.2.3",
46+
"Microsoft.AspNet.Identity.Core": "2.2.4",
4747
"Microsoft.Owin.Security": "3.0.1",
4848
"Microsoft.Owin.Security.Cookies": "3.0.1",
4949
"Microsoft.Owin.Security.OAuth": "3.0.1"
@@ -444,8 +444,8 @@
444444
"unravel.aspnet.identity": {
445445
"type": "Project",
446446
"dependencies": {
447-
"Microsoft.AspNet.Identity.Core": "[2.2.3, )",
448-
"Microsoft.AspNet.Identity.Owin": "[2.2.3, )",
447+
"Microsoft.AspNet.Identity.Core": "[2.2.4, )",
448+
"Microsoft.AspNet.Identity.Owin": "[2.2.4, )",
449449
"Unravel.Startup": "[1.0.0, )"
450450
}
451451
},

src/AspNet.Identity/Unravel.AspNet.Identity.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.3" />
10-
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.3" />
9+
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.4" />
10+
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/AspNet.Identity/packages.lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
".NETFramework,Version=v4.7.2": {
55
"Microsoft.AspNet.Identity.Core": {
66
"type": "Direct",
7-
"requested": "[2.2.3, )",
8-
"resolved": "2.2.3",
9-
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
7+
"requested": "[2.2.4, )",
8+
"resolved": "2.2.4",
9+
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
1010
},
1111
"Microsoft.AspNet.Identity.Owin": {
1212
"type": "Direct",
13-
"requested": "[2.2.3, )",
14-
"resolved": "2.2.3",
15-
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg==",
13+
"requested": "[2.2.4, )",
14+
"resolved": "2.2.4",
15+
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw==",
1616
"dependencies": {
17-
"Microsoft.AspNet.Identity.Core": "2.2.3",
17+
"Microsoft.AspNet.Identity.Core": "2.2.4",
1818
"Microsoft.Owin.Security": "3.0.1",
1919
"Microsoft.Owin.Security.Cookies": "3.0.1",
2020
"Microsoft.Owin.Security.OAuth": "3.0.1"

0 commit comments

Comments
 (0)