1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

.NET 10 support + NativeAOT compatibility for the base package (#41)

This commit is contained in:
2025-11-14 05:30:48 +03:00
committed by GitHub
parent e257ad6bfd
commit 4218903ace
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "SimpleOTP",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-10.0",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},