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

Major: support for .NET 9 (#26)

* Updated target to net9.0

* Merged net8.0 and net9.0 targets

* Updated workflows
This commit is contained in:
2024-11-28 16:00:26 +03:00
committed by GitHub
parent ee0ae960d0
commit 989ed46f3b
8 changed files with 28 additions and 22 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-8.0",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},