|
2 | 2 | <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>AuthPermissions.AspNetCore</id> |
5 | | - <version>6.2.1</version> |
| 5 | + <version>6.2.2</version> |
6 | 6 | <authors>Jon P Smith</authors> |
7 | 7 | <product>AuthPermissions.AspNetCore</product> |
8 | 8 | <copyright>Copyright (c) 2021 Jon P Smith</copyright> |
9 | 9 | <description>Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description> |
10 | 10 | <releaseNotes> |
11 | | - - Fixed bug - SignInAndCreateTenant didn't return the AddNewUserDto. |
| 11 | + - Updated Net.RunMethodsSequentially to make fix .NET 8 Postgres bug |
12 | 12 | </releaseNotes> |
13 | 13 | <license type="expression">MIT</license> |
14 | 14 | <projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl> |
|
25 | 25 | <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="8.0.0" /> |
26 | 26 | <dependency id="Microsoft.EntityFrameworkCore.Tools" version="8.0.0" /> |
27 | 27 | <dependency id="Microsoft.Extensions.Hosting" version="8.0.0" /> |
28 | | - <dependency id="Net.RunMethodsSequentially" version="2.0.0" /> |
| 28 | + <dependency id="Net.RunMethodsSequentially" version="2.0.1" /> |
29 | 29 | <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="8.0.0" /> |
30 | 30 | <dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" /> |
31 | 31 | <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="8.0.0" /> |
|
36 | 36 | <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
37 | 37 | <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" /> |
38 | 38 | <dependency id="Microsoft.Extensions.Localization.Abstractions" version="8.0.0" /> |
39 | | - <dependency id="DistributedLock" version="2.3.2" /> |
| 39 | + <dependency id="DistributedLock" version="2.3.4" /> |
40 | 40 | <dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" /> |
41 | 41 | <dependency id="Microsoft.Graph" version="4.37.0" /> |
42 | 42 | </group> |
|
50 | 50 | <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="7.0.0" /> |
51 | 51 | <dependency id="Microsoft.EntityFrameworkCore.Tools" version="7.0.0" /> |
52 | 52 | <dependency id="Microsoft.Extensions.Hosting" version="7.0.0" /> |
53 | | - <dependency id="Net.RunMethodsSequentially" version="2.0.0" /> |
| 53 | + <dependency id="Net.RunMethodsSequentially" version="2.0.1" /> |
54 | 54 | <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="7.0.0" /> |
55 | 55 | <dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" /> |
56 | 56 | <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="7.0.0" /> |
|
61 | 61 | <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
62 | 62 | <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" /> |
63 | 63 | <dependency id="Microsoft.Extensions.Localization.Abstractions" version="7.0.0" /> |
64 | | - <dependency id="DistributedLock" version="2.3.2" /> |
| 64 | + <dependency id="DistributedLock" version="2.3.4" /> |
65 | 65 | <dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" /> |
66 | 66 | <dependency id="Microsoft.Graph" version="4.37.0" /> |
67 | 67 | </group> |
|
75 | 75 | <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.11" /> |
76 | 76 | <dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.11" /> |
77 | 77 | <dependency id="Microsoft.Extensions.Hosting" version="6.0.1" /> |
78 | | - <dependency id="Net.RunMethodsSequentially" version="2.0.0" /> |
| 78 | + <dependency id="Net.RunMethodsSequentially" version="2.0.1" /> |
79 | 79 | <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.7" /> |
80 | 80 | <dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" /> |
81 | 81 | <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.11" /> |
|
86 | 86 | <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
87 | 87 | <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" /> |
88 | 88 | <dependency id="Microsoft.Extensions.Localization.Abstractions" version="6.0.11" /> |
89 | | - <dependency id="DistributedLock" version="2.3.2" /> |
| 89 | + <dependency id="DistributedLock" version="2.3.4" /> |
90 | 90 | <dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" /> |
91 | 91 | <dependency id="Microsoft.Graph" version="4.37.0" /> |
92 | 92 | </group> |
|
0 commit comments