You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the base image in the `Dockerfile` to .NET 10.0 for both `aspnet` and `sdk`. Updated `TargetFramework` in `LogMkAgent.csproj`, `LogMkApi.csproj`, and `LogMkCommon.csproj` from `net9.0` to `net10.0`.
Updated package references across projects to ensure compatibility with .NET 10.0, including `Microsoft.AspNetCore.Authentication.JwtBearer`, `Microsoft.Extensions.Diagnostics.HealthChecks`, `Microsoft.AspNetCore.SpaProxy`, `Testcontainers`, `Testcontainers.MySql`, and `Microsoft.Data.Sqlite`.
Modified the `Dockerfile` to expose port 8080 and include additional project files (`LogMkWeb/logmk.esproj`) for building. Updated the `RoboDodd.OrmLite` submodule to a new state with local changes.
These changes ensure compatibility with .NET 10.0, align the container environment, and keep dependencies up-to-date.
Copy file name to clipboardExpand all lines: src/LogMkAgent/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
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.
Copy file name to clipboardExpand all lines: src/LogMkApi/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
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.
0 commit comments