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
+4 -4
View File
@@ -2,7 +2,7 @@ name: "Build workflow"
on:
push:
branches: [ "main" ]
branches: [ "main", "next" ]
paths-ignore:
- "**.md"
- "LICENSE"
@@ -12,7 +12,7 @@ on:
- ".devcontainer/*"
- "!.github/workflows/pr-workflow.yml"
pull_request:
branches: [ "main" ]
branches: [ "main", "next" ]
paths-ignore:
- "**.md"
- "LICENSE"
@@ -33,7 +33,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- run: dotnet restore
- run: dotnet build --no-restore
@@ -46,7 +46,7 @@ jobs:
with:
name: SimpleOTP
path: libraries/SimpleOTP/bin/Debug/EugeneFox.SimpleOTP*.*nupkg
- name: Drop SimpleOTP.DependencyInjection
uses: actions/upload-artifact@main
with: