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