File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
AcmStatisticsBackend.EntityFrameworkCore
AcmStatisticsBackend.Web.Core
AcmStatisticsBackend.Web.Host
test/AcmStatisticsBackend.Tests Expand file tree Collapse file tree 8 files changed +13
-13
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" : " 6.0.14 " ,
6
+ "version" : " 6.0.15 " ,
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 =" 6.0.14 " >
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.15 " >
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 =" 6.0.14 " />
24
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.15 " />
25
25
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
26
26
<PackageReference Include =" Abp.AspNetCore" Version =" 7.4.0" />
27
27
<PackageReference Include =" Abp.ZeroCore" Version =" 7.4.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 =" 7.4.0" />
34
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.14 " >
34
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6.0.15 " >
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.10.0" />
22
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.14 " />
22
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.15 " />
23
23
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
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" : " 6.0.14 " ,
6
+ "version" : " 6.0.15 " ,
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 =" 6.0.14 " />
13
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 6.0.14 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.14 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.14 " />
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6.0.14 " />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.14 " >
12
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 6.0.15 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 6.0.15 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.15 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.15 " />
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6.0.15 " />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.15 " >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
</PackageReference >
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" AngleSharp" Version =" 1.0.1" />
18
18
<PackageReference Include =" Flurl.Http" Version =" 3.2.4" />
19
19
<PackageReference Include =" Microsoft.AspNetCore.OData" Version =" 8.0.12" />
20
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.14 " >
20
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.15 " >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
</PackageReference >
You can’t perform that action at this time.
0 commit comments