|
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>3.1.0-preview001</version> |
| 5 | + <version>3.1.0</version> |
6 | 6 | <authors>Jon P Smith</authors> |
7 | 7 | <product>AuthPermissions.AspNetCore</product> |
8 | 8 | <copyright>Copyright (c) 2021 Jon P Smith</copyright> |
|
17 | 17 | <dependencies> |
18 | 18 | <group targetFramework="net6.0"> |
19 | 19 | <dependency id="GenericServices.StatusGeneric" version="1.1.0" /> |
20 | | - <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="6.0.0" /> |
21 | | - <dependency id="Microsoft.Data.Sqlite.Core" version="6.0.0" /> |
22 | | - <dependency id="Microsoft.EntityFrameworkCore" version="6.0.0" /> |
23 | | - <dependency id="Microsoft.EntityFrameworkCore.InMemory" version="6.0.0" /> |
24 | | - <dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="6.0.0" /> |
25 | | - <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.0" /> |
26 | | - <dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.0" /> |
27 | | - <dependency id="Microsoft.Extensions.Hosting" version="6.0.0" /> |
| 20 | + <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="6.0.3" /> |
| 21 | + <dependency id="Microsoft.Data.Sqlite.Core" version="6.0.3" /> |
| 22 | + <dependency id="Microsoft.EntityFrameworkCore" version="6.0.3" /> |
| 23 | + <dependency id="Microsoft.EntityFrameworkCore.InMemory" version="6.0.3" /> |
| 24 | + <dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="6.0.3" /> |
| 25 | + <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.3" /> |
| 26 | + <dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.3" /> |
| 27 | + <dependency id="Microsoft.Extensions.Hosting" version="6.0.1" /> |
28 | 28 | <dependency id="Net.RunMethodsSequentially" version="1.3.0" /> |
29 | | - <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.0" /> |
30 | | - <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.0" /> |
31 | | - <dependency id="Microsoft.AspNetCore.Authorization" version="6.0.0" /> |
| 29 | + <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.3" /> |
| 30 | + <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.3" /> |
| 31 | + <dependency id="Microsoft.AspNetCore.Authorization" version="6.0.3" /> |
32 | 32 | <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" /> |
33 | | - <dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="3.1.4" /> |
34 | | - <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="3.1.4" /> |
35 | | - <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="3.1.4" /> |
| 33 | + <dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="6.0.3" /> |
| 34 | + <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
| 35 | + <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3" /> |
36 | 36 | </group> |
37 | 37 | </dependencies> |
38 | 38 | </metadata> |
|
0 commit comments