File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111using Microsoft . EntityFrameworkCore . Scaffolding ;
1212using Microsoft . EntityFrameworkCore . Scaffolding . Metadata ;
1313using Microsoft . Extensions . Configuration ;
14- using Microsoft . IdentityModel . Tokens ;
1514
1615namespace EfSchemaCompare
1716{
Original file line number Diff line number Diff line change 1212 </PackageReference >
1313 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.0" />
1414 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
15- <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.5.1" />
1615 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
17- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.0" />
1816 </ItemGroup >
1917
2018 <PropertyGroup >
2119 <PackageId >EfCore.SchemaCompare</PackageId >
22- <PackageVersion >8.0.3 </PackageVersion >
23- <Version >8.0.3 </Version >
20+ <PackageVersion >8.0.4 </PackageVersion >
21+ <Version >8.0.4 </Version >
2422 <Authors >Jon P Smith</Authors >
2523 <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 >
2624 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
2725 <PackageReleaseNotes >
28- - Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
26+ - REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
2927 </PackageReleaseNotes >
3028 <Copyright >Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright >
3129 <PackageTags >Entity Framework Core, Database</PackageTags >
Original file line number Diff line number Diff line change 11# Release notes
22
3- ## 8.0.3
3+ ## 8.0.4
4+
5+ - REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36 )
6+
7+ ## 8.0.3: ERROR - use 8.0.4
48
59- Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36 )
610
You can’t perform that action at this time.
0 commit comments