File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Microsoft.SystemForCrossDomainIdentityManagement Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.1.0" />
18
18
19
19
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.1.0" />
20
-
21
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.1.0" />
22
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.1.0" />
23
20
<PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.1.0" />
24
21
<PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.2.0" />
25
22
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
26
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.0" />
27
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1.0" />
28
23
29
24
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.8" >
30
25
<PrivateAssets >all</PrivateAssets >
31
26
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
32
27
</PackageReference >
33
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.0" />
34
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.0" />
35
28
36
29
</ItemGroup >
37
30
You can’t perform that action at this time.
0 commit comments