File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
tests/Agenda.API.IntegrationTests Expand file tree Collapse file tree 6 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" : " 8 .0.19 " ,
6
+ "version" : " 9 .0.8 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.413 " ,
3
+ "version" : " 9 .0.304 " ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
<ItemGroup >
9
9
<PackageReference Include =" Xunit.Extensions.Assemblyfixture" Version =" 2.6.0" />
10
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8 .0.19 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9 .0.8 " />
11
11
<PackageReference Include =" Meziantou.Extensions.Logging.Xunit" Version =" 1.0.16" />
12
12
</ItemGroup >
13
13
</Project >
Original file line number Diff line number Diff line change 15
15
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 8 .0.19 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 9 .0.8 " />
19
19
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version =" 4.*" />
20
20
<PackageReference Include =" Polly" Version =" 8.6.2" />
21
21
<PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
29
29
<PackageReference Include =" NodaTime.Serialization.SystemTextJson" Version =" 1.3.0" />
30
30
<PackageReference Include =" CorrelationId" Version =" 3.0.1" />
31
31
<PackageReference Include =" Candoumbe.Forms" Version =" 0.3.0" />
32
- <PackageReference Include =" Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version =" 8 .0.19 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version =" 9 .0.8 " />
33
33
<PackageReference Include =" Extensions.Hosting.AsyncInitialization" Version =" 1.0.0" />
34
34
<PackageReference Include =" DataFilters.AspNetCore" Version =" 0.4.0" />
35
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.19 " >
35
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.8 " >
36
36
<PrivateAssets >all</PrivateAssets >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
38
</PackageReference >
39
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.19 " />
39
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.8 " />
40
40
<PackageReference Include =" EntityFrameworkCore.Sqlite.NodaTime" Version =" 9.2.1" />
41
41
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version =" 9.0.4" />
42
42
<PackageReference Include =" Fluxera.StronglyTypedId.SystemTextJson" Version =" 9.2.0" />
Original file line number Diff line number Diff line change 1
1
# See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
2
3
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
3
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
4
4
WORKDIR /app
5
5
EXPOSE 80
6
6
EXPOSE 443
7
7
8
- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
8
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
9
9
WORKDIR /src
10
10
COPY ["src/Agenda.API/Agenda.API.csproj" , "src/Agenda.API/" ]
11
11
COPY ["src/Agenda.DataStores.Postgres/Agenda.DataStores.Postgres.csproj" , "src/Agenda.DataStores.Postgres/" ]
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" NodaTime.Serialization.JsonNet" Version =" 3.2.0" />
16
16
<PackageReference Include =" TestContainers.PostgreSql" Version =" 4.6.0" />
17
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.20 " />
18
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8 .0.19 " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.8 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 9 .0.8 " />
19
19
<PackageReference Include =" FluentAssertions.Nodatime" Version =" 2.0.1" />
20
- <PackageReference Update =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8 .0.19 " />
20
+ <PackageReference Update =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9 .0.8 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
24
24
<ProjectReference Include =" ..\..\src\Agenda.API\Agenda.API.csproj" />
25
- <PackageReference Update =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8 .0.19 " />
25
+ <PackageReference Update =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9 .0.8 " />
26
26
</ItemGroup >
27
27
28
28
</Project >
You can’t perform that action at this time.
0 commit comments