Commit ceb7a0b 1 parent dc0ac71 commit ceb7a0b Copy full SHA for ceb7a0b
File tree 3 files changed +16
-10
lines changed
3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 8
8
<PackageVersion Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
9
9
<PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8.0.0" />
10
10
<PackageVersion Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.6" />
11
- <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.2 " />
12
- <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.2 " />
13
- <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.2 " />
14
- <PackageVersion Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.2 " />
15
- <PackageVersion Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.2 " />
16
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.2 " />
17
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.2 " />
18
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.2 " />
11
+ <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.3 " />
12
+ <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 8.0.3 " />
13
+ <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.3 " />
14
+ <PackageVersion Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8.0.3 " />
15
+ <PackageVersion Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.3 " />
16
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.3 " />
17
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.3 " />
18
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.0.3 " />
19
19
</ItemGroup >
20
20
</Project >
Original file line number Diff line number Diff line change 4
4
<PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
5
5
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" />
6
6
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" />
7
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" />
7
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" >
8
+ <PrivateAssets >all</PrivateAssets >
9
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
10
+ </PackageReference >
8
11
</ItemGroup >
9
12
10
13
<ItemGroup >
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
18
18
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" />
19
19
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" />
20
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" />
20
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" >
21
+ <PrivateAssets >all</PrivateAssets >
22
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
+ </PackageReference >
21
24
</ItemGroup >
22
25
23
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments