- Back to net7
- SilentMode for admins
- Adding global admins via command
This commit is contained in:
Dawid Bepierszcz
2024-01-17 23:08:52 +01:00
parent 64c806f3d7
commit d751bdadbd
5 changed files with 256 additions and 105 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore
- name: Build
@@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore
- name: Build