From a84279a69a97db3e9240a807722c38fd90c6dd9d Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Tue, 26 Mar 2024 04:25:23 +0300 Subject: [PATCH] netstandard2.1 --- .github/workflows/dotnet-ci.yml | 2 +- .github/workflows/release.yml | 2 +- Directory.Build.Props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index f12217c..afbfb47 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.x + 8.0.x - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 347a8f1..8ad42e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" + dotnet-version: "8.0.x" - name: Restore dependencies run: dotnet restore diff --git a/Directory.Build.Props b/Directory.Build.Props index 4aff754..f1bba1f 100644 --- a/Directory.Build.Props +++ b/Directory.Build.Props @@ -2,7 +2,7 @@ 0.0.0 - netstandard2.0;netStandard2.1;net6.0;net7.0; + netstandard2.0;netstandard2.1;net6.0;net7.0; latest