File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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.20 " ,
6
+ "version" : " 8 .0.7 " ,
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" : " 7 .0.410 " ,
3
+ "version" : " 8 .0.303 " ,
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 =" 7 .0.20 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 8 .0.7 " />
11
11
</ItemGroup >
12
12
</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 =" 7 .0.20 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 8 .0.7 " />
19
19
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version =" 4.*" />
20
20
<PackageReference Include =" Polly" Version =" 8.4.1" />
21
21
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.1" />
29
29
<PackageReference Include =" NodaTime.Serialization.SystemTextJson" Version =" 1.2.0" />
30
30
<PackageReference Include =" CorrelationId" Version =" 3.0.1" />
31
31
<PackageReference Include =" Candoumbe.Forms" Version =" 0.3.0-beta0005" />
32
- <PackageReference Include =" Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version =" 7 .0.20 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version =" 8 .0.7 " />
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 =" 7 .0.20 " />
36
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7 .0.20 " />
35
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.7 " />
36
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.7 " />
37
37
<PackageReference Include =" EntityFrameworkCore.Sqlite.NodaTime" Version =" 7.0.0" />
38
38
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version =" 7.0.18" />
39
39
<PackageReference Include =" Fluxera.StronglyTypedId.SystemTextJson" Version =" 8.3.6" />
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:7 .0 AS base
3
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
4
4
WORKDIR /app
5
5
EXPOSE 80
6
6
EXPOSE 443
7
7
8
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
8
+ FROM mcr.microsoft.com/dotnet/sdk:8 .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/" ]
You can’t perform that action at this time.
0 commit comments