From 461542f0202580f216f38dbcbf1255b0ba3cbd9d Mon Sep 17 00:00:00 2001 From: axunonb Date: Sun, 29 Jun 2025 13:03:46 +0200 Subject: [PATCH] chore: Update referenced nuget packages **Main** Microsoft.Extensions.FileProviders.Composite v8.0.0 -> v9.0.6 Microsoft.Extensions.FileProviders.Embeddedv v8.0.6 -> 9.0.6 Microsoft.Extensions.FileProviders.Physical v8.0.0 -> 9.0.6 Microsoft.Extensions.Options v8.0.2 -> 9.0.6 **Tests** Add `net8.0` to test project to besides `net6.0` Microsoft.Extensions.DependencyInjection v8.0.0 -> v9.0.6 Microsoft.Extensions.Logging.Abstractions v8.0.0 -> v9.0.6 Microsoft.NET.Test.Sdk v17.13.0 -> v17.14.1 NUnit v4.3.0 -> v4.3.2 NUnit3TestAdapter v4.2.1 -> v5.0.0 NUnit.Analyzers v4.8.0 -> v4.9.2 Bump version to v2.2.0 **CI Build** Update `dotnet.yml` to use `ubuntu-22.04` instead of `ubuntu-latest` because of missing libssl failure with `ubuntu-24.04` --- .github/workflows/dotnet.yml | 6 +++--- .../Axuno.VirtualFileSystem.Tests.csproj | 15 ++++++++------- .../Axuno.VirtualFileSystem.csproj | 8 ++++---- Src/Directory.Build.props | 6 ++---- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 25359f2..b3654f5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,12 +16,12 @@ jobs: name: Build runs-on: ${{ matrix.os }} env: - version: '2.1.0' - versionFile: '2.1.0' + version: '2.2.0' + versionFile: '2.2.0' packDotNetVersion: '8' strategy: matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-22.04 ] dotnet-version: [ '3.x', '6.x', '8.x' ] steps: diff --git a/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj b/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj index 26ee973..218a5f7 100644 --- a/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj +++ b/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net6.0;net8.0 true ..\Axuno.VirtualFileSystem\Axuno.VirtualFileSystem.snk @@ -16,12 +16,13 @@ - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj b/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj index d700c39..8edd9bb 100644 --- a/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj +++ b/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj @@ -39,10 +39,10 @@ The library is a modified version of Volo.Abp.VirtualFileSystem 7.0true - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/Directory.Build.props b/Src/Directory.Build.props index 201135e..d21c8cb 100644 --- a/Src/Directory.Build.props +++ b/Src/Directory.Build.props @@ -1,9 +1,8 @@ - Axuno.VirtualFileSystem - 2.1.0 - 2.1.0 + 2.2.0 + 2.2.0 2.0.0.0 axuno gGmbH axuno gGmbH @@ -16,5 +15,4 @@ latest strict -