From aeaad2f9a9dd966ed1358779c04618344aab0def Mon Sep 17 00:00:00 2001 From: Jorge Beserra Date: Tue, 19 Nov 2024 23:14:29 -0300 Subject: [PATCH] Update .Net YML --- .github/workflows/dotnet-core.yml | 1 + .github/workflows/release.yml | 1 + src/IqOptionApiDotNet/IqOptionApiDotNet.csproj | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 10976d0..05911e0 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -19,6 +19,7 @@ jobs: dotnet-version: | 3.1.x 5.0.x + 9.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d7ce71..540527b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: dotnet-version: | 3.1.x 5.0.x + 9.0.x source-url: https://nuget.pkg.github.com//index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/src/IqOptionApiDotNet/IqOptionApiDotNet.csproj b/src/IqOptionApiDotNet/IqOptionApiDotNet.csproj index d8f8e02..fdc0c9c 100644 --- a/src/IqOptionApiDotNet/IqOptionApiDotNet.csproj +++ b/src/IqOptionApiDotNet/IqOptionApiDotNet.csproj @@ -1,7 +1,7 @@  - net9.0 + net9.0 True True true