File tree 8 files changed +15
-15
lines changed
AcmStatisticsBackend.EntityFrameworkCore
AcmStatisticsBackend.Web.Core
AcmStatisticsBackend.Web.Host
test/AcmStatisticsBackend.Tests
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 7.0.5 " ,
6
+ "version" : " 7.0.20 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 7
7
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.5 " >
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.20 " >
11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
13
13
</PackageReference >
Original file line number Diff line number Diff line change 21
21
<ProjectReference Include =" ..\AcmStatisticsBackend.EntityFrameworkCore\AcmStatisticsBackend.EntityFrameworkCore.csproj" />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.5 " />
24
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.20 " />
25
25
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
26
26
<PackageReference Include =" Abp.AspNetCore" Version =" 8.2.0" />
27
27
<PackageReference Include =" Abp.ZeroCore" Version =" 8.2.0" />
Original file line number Diff line number Diff line change 31
31
</ItemGroup >
32
32
<ItemGroup >
33
33
<PackageReference Include =" Abp.Castle.Log4Net" Version =" 8.2.0" />
34
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.5 " >
34
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.20 " >
35
35
<PrivateAssets >all</PrivateAssets >
36
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
37
</PackageReference >
Original file line number Diff line number Diff line change 19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
21
21
<PackageReference Include =" FluentAssertions" Version =" 6.11.0" />
22
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.0.5 " />
22
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7.0.20 " />
23
23
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
24
24
<PackageReference Include =" NSubstitute" Version =" 4.3.0" />
25
25
<PackageReference Include =" xunit" Version =" 2.4.2" />
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 7.0.5 " ,
6
+ "version" : " 7.0.20 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" MartinCostello.Logging.XUnit" Version =" 0.3.0" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 7.0.5 " />
13
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.5 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.5 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7.0.5 " />
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.5 " />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.5 " >
12
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 7.0.20 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.20 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.20 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7.0.20 " />
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.20 " />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.20 " >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
</PackageReference >
21
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.0 " />
21
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.1 " />
22
22
<PackageReference Include =" FluentAssertions" Version =" 6.11.0" />
23
23
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
24
24
<PackageReference Include =" Moq" Version =" 4.18.4" />
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" AngleSharp" Version =" 1.0.4" />
18
18
<PackageReference Include =" Flurl.Http" Version =" 3.2.4" />
19
19
<PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 8.2.0" />
20
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.5 " >
20
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.20 " >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
</PackageReference >
24
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 7.0.8 " />
24
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 7.0.12 " />
25
25
<PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 7.0.0" />
26
26
<PackageReference Include =" Pomelo.EntityFrameworkCore.MySql.Design" Version =" 1.1.2" >
27
27
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments