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 11
11
using Microsoft . EntityFrameworkCore . Scaffolding ;
12
12
using Microsoft . EntityFrameworkCore . Scaffolding . Metadata ;
13
13
using Microsoft . Extensions . Configuration ;
14
- using Microsoft . IdentityModel . Tokens ;
15
14
16
15
namespace EfSchemaCompare
17
16
{
Original file line number Diff line number Diff line change 12
12
</PackageReference >
13
13
<PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.0" />
14
14
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
15
- <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.5.1" />
16
15
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
17
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.0" />
18
16
</ItemGroup >
19
17
20
18
<PropertyGroup >
21
19
<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 >
24
22
<Authors >Jon P Smith</Authors >
25
23
<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 >
26
24
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
27
25
<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)
29
27
</PackageReleaseNotes >
30
28
<Copyright >Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright >
31
29
<PackageTags >Entity Framework Core, Database</PackageTags >
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
4
8
5
9
- Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36 )
6
10
You can’t perform that action at this time.
0 commit comments