|
11 | 11 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
12 | 12 | </PackageReference> |
13 | 13 | <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" /> |
14 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
16 | 14 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" /> |
17 | 16 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
18 | 17 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" /> |
19 | 18 | </ItemGroup> |
20 | 19 |
|
21 | 20 | <PropertyGroup> |
22 | 21 | <PackageId>EfCore.SchemaCompare</PackageId> |
23 | | - <PackageVersion>8.0.1</PackageVersion> |
24 | | - <Version>8.0.1</Version> |
25 | | - <AssemblyVersion>8.0.1</AssemblyVersion> |
26 | | - <FileVersion>8.0.0</FileVersion> |
| 22 | + <PackageVersion>8.0.2</PackageVersion> |
| 23 | + <Version>8.0.2</Version> |
27 | 24 | <Authors>Jon P Smith</Authors> |
28 | 25 | <Description>Useful tool if you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts. See readme file on github.</Description> |
29 | 26 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
30 | 27 | <PackageReleaseNotes> |
31 | | - - Fixed problems with TablesToIgnoreCommaDelimited with databases not supporting schema - see issue #30 |
| 28 | + - Removed vulnerable NuGets |
| 29 | + - Removed EF Core database NuGets, e.g. Microsoft.EntityFrameworkCore.SqlServer, because its uses provided DbContext |
32 | 30 | </PackageReleaseNotes> |
33 | 31 | <Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright> |
34 | 32 | <PackageTags>Entity Framework Core, Database</PackageTags> |
|
0 commit comments