From 6bb26aabeafbeb94537bd751c9a9ece0a987bb5c Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Fri, 5 Apr 2024 23:51:47 +0300 Subject: [PATCH] net8 --- .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 307a642..b2935eb 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: | - 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce5af34..6725b44 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: "7.0.x" + dotnet-version: "8.0.x" - name: Restore dependencies run: dotnet restore diff --git a/Directory.Build.props b/Directory.Build.props index 5ccdba7..c343b8c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ 0.0.4 - netstandard2.1;net6.0;net7.0; + netstandard2.1;net6.0;net7.0;net8.0 latest