From c77663d99c497d7b8e421992e6e0cf480568a7a4 Mon Sep 17 00:00:00 2001 From: Eric Graf Date: Sun, 23 Nov 2025 10:57:16 -0500 Subject: [PATCH 1/4] drop net6 support; add net 10 support --- .../FileParty.Providers.Azure.Storage.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 - + From e12b55a1d46bed61067d793abee9d47dc3bd19da Mon Sep 17 00:00:00 2001 From: Eric Graf Date: Sun, 23 Nov 2025 10:59:53 -0500 Subject: [PATCH 2/4] update to net10 --- .github/workflows/dotnet_test.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 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 From 6c033dca523f6b2538f08787ee71416e2d6d5959 Mon Sep 17 00:00:00 2001 From: Eric Graf Date: Sun, 23 Nov 2025 10:59:53 -0500 Subject: [PATCH 3/4] update to net10 --- .github/workflows/dotnet_test.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 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 From 27d75a793f86e68cb337fd696f297766a596859b Mon Sep 17 00:00:00 2001 From: Eric Graf Date: Sun, 23 Nov 2025 11:01:24 -0500 Subject: [PATCH 4/4] update to net10 --- .../FileParty.Providers.Azure.Storage.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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