Skip to content

Commit

Permalink
Merge pull request #18 from AndreyBespamyatnov/main
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
dahlbyk authored Mar 4, 2024
2 parents 1e137f9 + 4209c6f commit 9c27ead
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
path: artifacts/

- name: dotnet nuget add source --name github
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.url == github.event.pull_request.base.repo.url
env:
SOURCE_URL: ${{ format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner) }}
run: |
Expand All @@ -69,6 +71,7 @@ jobs:
dotnet nuget list source
- name: dotnet nuget push --source github
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.url == github.event.pull_request.base.repo.url
working-directory: artifacts
run: dotnet nuget push --source github *.nupkg

Expand Down
12 changes: 6 additions & 6 deletions examples/Identity/UnravelExamples.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNetCore.Hosting, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNetCore.Hosting.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.dll</HintPath>
</Reference>
Expand All @@ -79,12 +85,6 @@
<Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNetCore.Http.Features.2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core">
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.3\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Owin">
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.3\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
<HintPath>..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.3\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
Expand Down
8 changes: 8 additions & 0 deletions examples/Identity/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<entityFramework>
Expand Down
4 changes: 2 additions & 2 deletions examples/Identity/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<packages>
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
<package id="EntityFramework" version="6.4.4" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.Core" version="2.2.3" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.Core" version="2.2.4" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.3" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.3" targetFramework="net472" />
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.4" targetFramework="net472" />
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net472" />
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net472" />
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />
Expand Down
12 changes: 6 additions & 6 deletions examples/Identity/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"Microsoft.AspNet.Identity.Core": {
"type": "Direct",
"requested": "[2.2.3, 2.2.3]",
"resolved": "2.2.3",
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
"requested": "[2.2.4, 2.2.4]",
"resolved": "2.2.4",
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
},
"Microsoft.AspNet.Identity.EntityFramework": {
"type": "Direct",
Expand All @@ -28,9 +28,9 @@
},
"Microsoft.AspNet.Identity.Owin": {
"type": "Direct",
"requested": "[2.2.3, 2.2.3]",
"resolved": "2.2.3",
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg=="
"requested": "[2.2.4, 2.2.4]",
"resolved": "2.2.4",
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw=="
},
"Microsoft.AspNet.Mvc": {
"type": "Direct",
Expand Down
14 changes: 7 additions & 7 deletions src/AspNet.Identity.EntityFramework/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
},
"Microsoft.AspNet.Identity.Core": {
"type": "Transitive",
"resolved": "2.2.3",
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
"resolved": "2.2.4",
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
},
"Microsoft.AspNet.Identity.Owin": {
"type": "Transitive",
"resolved": "2.2.3",
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg==",
"resolved": "2.2.4",
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw==",
"dependencies": {
"Microsoft.AspNet.Identity.Core": "2.2.3",
"Microsoft.AspNet.Identity.Core": "2.2.4",
"Microsoft.Owin.Security": "3.0.1",
"Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.OAuth": "3.0.1"
Expand Down Expand Up @@ -444,8 +444,8 @@
"unravel.aspnet.identity": {
"type": "Project",
"dependencies": {
"Microsoft.AspNet.Identity.Core": "[2.2.3, )",
"Microsoft.AspNet.Identity.Owin": "[2.2.3, )",
"Microsoft.AspNet.Identity.Core": "[2.2.4, )",
"Microsoft.AspNet.Identity.Owin": "[2.2.4, )",
"Unravel.Startup": "[1.0.0, )"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/AspNet.Identity/Unravel.AspNet.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.3" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.3" />
<PackageReference Include="Microsoft.AspNet.Identity.Core" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions src/AspNet.Identity/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
".NETFramework,Version=v4.7.2": {
"Microsoft.AspNet.Identity.Core": {
"type": "Direct",
"requested": "[2.2.3, )",
"resolved": "2.2.3",
"contentHash": "Mv5FpoaxspE8hlWLE4r1IdZtovg/OyFgVRhxQbx47J4sqdLImN1hnM1lnwCj+/wLmqtqFk/RYMoZ5GAcwm/00g=="
"requested": "[2.2.4, )",
"resolved": "2.2.4",
"contentHash": "s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g=="
},
"Microsoft.AspNet.Identity.Owin": {
"type": "Direct",
"requested": "[2.2.3, )",
"resolved": "2.2.3",
"contentHash": "gNr7dQGE23hAtWmSZVmKPJ+DKBw/obh68Ub7M5cCUiRNAqg6+6Jb3T7en4Fuw8R/8H5/sIsecrfT3MbK2/FzEg==",
"requested": "[2.2.4, )",
"resolved": "2.2.4",
"contentHash": "u3SmsjXT/43Xas/xJx4Mz9FImMxfxz9npmFLXRDc8j7Ni3vkoRNK9zryx3i60WVPIxnVlJsJcCe6PaBuPJJscw==",
"dependencies": {
"Microsoft.AspNet.Identity.Core": "2.2.3",
"Microsoft.AspNet.Identity.Core": "2.2.4",
"Microsoft.Owin.Security": "3.0.1",
"Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.OAuth": "3.0.1"
Expand Down

0 comments on commit 9c27ead

Please sign in to comment.