From 42457b76f87aac48611dc90144f5c405cb87ae26 Mon Sep 17 00:00:00 2001 From: axunonb Date: Wed, 8 Oct 2025 08:12:04 +0200 Subject: [PATCH] chore: Update referenced nuget packages --- .github/workflows/dotnet.yml | 2 +- .../Axuno.VirtualFileSystem.Tests.csproj | 14 +++++++------- .../Axuno.VirtualFileSystem.csproj | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b3654f5..0f898f4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - dotnet-version: [ '3.x', '6.x', '8.x' ] + dotnet-version: [ '3.x', '8.x' ] steps: - name: Checkout diff --git a/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj b/Src/Axuno.VirtualFileSystem.Tests/Axuno.VirtualFileSystem.Tests.csproj index 218a5f7..a50e6ad 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;net8.0 + net8.0 true ..\Axuno.VirtualFileSystem\Axuno.VirtualFileSystem.snk @@ -16,13 +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 8edd9bb..3e025ae 100644 --- a/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj +++ b/Src/Axuno.VirtualFileSystem/Axuno.VirtualFileSystem.csproj @@ -1,6 +1,6 @@  - netstandard2.1;net6.0;net8.0 + netstandard2.1;net8.0 enable $(NoWarn);1591 true @@ -39,10 +39,10 @@ The library is a modified version of Volo.Abp.VirtualFileSystem 7.0true - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive