From eab083ece3deb509895e4aa42b781cfa06d49196 Mon Sep 17 00:00:00 2001 From: Declan Smith Date: Mon, 3 Aug 2026 10:55:20 +1000 Subject: [PATCH] chore: update deps --- _atom/_atom.csproj | 2 +- global.json | 7 +++++++ src/Invex.FileSystem/Invex.FileSystem.csproj | 2 +- tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 global.json diff --git a/_atom/_atom.csproj b/_atom/_atom.csproj index 9381826..a4c8647 100644 --- a/_atom/_atom.csproj +++ b/_atom/_atom.csproj @@ -8,7 +8,7 @@ - + diff --git a/global.json b/global.json new file mode 100644 index 0000000..9a523dc --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "10.0.0", + "rollForward": "latestMajor", + "allowPrerelease": false + } +} \ No newline at end of file diff --git a/src/Invex.FileSystem/Invex.FileSystem.csproj b/src/Invex.FileSystem/Invex.FileSystem.csproj index ab8592f..c2ac645 100644 --- a/src/Invex.FileSystem/Invex.FileSystem.csproj +++ b/src/Invex.FileSystem/Invex.FileSystem.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj b/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj index c1dd497..deefb07 100644 --- a/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj +++ b/tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - +