From ef26ca10ea2823a78f4c5f81c8415745787fac01 Mon Sep 17 00:00:00 2001 From: confusingboat Date: Thu, 5 Dec 2024 19:30:52 -0600 Subject: [PATCH] add .net8.0 and .net9.0 target frameworks --- .github/workflows/dotnet.yml | 2 +- TryGet.Tests/TryGet.Tests.csproj | 7 ++++++- TryGet/TryGet.csproj | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 104f764..c788cfc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2.1.0 with: - dotnet-version: 3.1.x + dotnet-version: 9.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/TryGet.Tests/TryGet.Tests.csproj b/TryGet.Tests/TryGet.Tests.csproj index 4e3534f..52f70b0 100644 --- a/TryGet.Tests/TryGet.Tests.csproj +++ b/TryGet.Tests/TryGet.Tests.csproj @@ -1,7 +1,12 @@ - netcoreapp3.1 + net9.0 + enable + enable + + false + true diff --git a/TryGet/TryGet.csproj b/TryGet/TryGet.csproj index d2fda0c..04d1556 100644 --- a/TryGet/TryGet.csproj +++ b/TryGet/TryGet.csproj @@ -1,14 +1,14 @@ - netstandard1.1;netstandard2.0 + netstandard1.1;netstandard2.0;net8.0;net9.0 TryGet TryGet Simple, fluent dictionary value retrieval. Confusingboat - 1.0.4 + 1.0.5 https://github.com/Confusingboat/tryget