From 72f0a5475070ee0522a7c1f60e330254bbccc65e Mon Sep 17 00:00:00 2001 From: Eric Graf Date: Sun, 23 Nov 2025 11:03:57 -0500 Subject: [PATCH] drop net6 support; add net 10 support (#30) * drop net6 support; add net 10 support --- .github/workflows/dotnet_test.yml | 2 +- .github/workflows/publish.yml | 2 +- .../FileParty.Providers.Azure.Storage.csproj | 6 +++--- .../FileParty.Providers.Azure.Storage.Tests.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet_test.yml b/.github/workflows/dotnet_test.yml index 2214a75..8e50ca3 100644 --- a/.github/workflows/dotnet_test.yml +++ b/.github/workflows/dotnet_test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b44238b..03258af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Build and Publish Nuget Packages id: csharp_nuget_publish uses: JankwareDotCom/nuget_publish@0.4.0 diff --git a/src/FileParty.Providers.Azure.Storage/FileParty.Providers.Azure.Storage.csproj b/src/FileParty.Providers.Azure.Storage/FileParty.Providers.Azure.Storage.csproj index c5551fc..150e970 100644 --- a/src/FileParty.Providers.Azure.Storage/FileParty.Providers.Azure.Storage.csproj +++ b/src/FileParty.Providers.Azure.Storage/FileParty.Providers.Azure.Storage.csproj @@ -1,18 +1,18 @@ - 1.3.1 + 2.0.0 Agnostic File Storage, AWS S3 Module https://github.com/JankwareDotCom/FileParty.Providers.Azure.Storage https://github.com/JankwareDotCom/FileParty.Providers.Azure.Storage - net6.0;net8.0;netstandard2.0;netstandard2.1 + net8.0;net10.0;netstandard2.0;netstandard2.1 - + diff --git a/test/FileParty.Providers.Azure.Storage.Tests/FileParty.Providers.Azure.Storage.Tests.csproj b/test/FileParty.Providers.Azure.Storage.Tests/FileParty.Providers.Azure.Storage.Tests.csproj index 6d7aa8e..d736cfd 100644 --- a/test/FileParty.Providers.Azure.Storage.Tests/FileParty.Providers.Azure.Storage.Tests.csproj +++ b/test/FileParty.Providers.Azure.Storage.Tests/FileParty.Providers.Azure.Storage.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 false