From 63375224b0ee955ee0ac3736d246c3ad31b6d31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Mon, 4 Dec 2023 14:07:36 +0100 Subject: [PATCH] Add missing `net8.0` framework moniker --- .../System.IO.Abstractions.TestingHelpers.csproj | 2 +- src/System.IO.Abstractions/System.IO.Abstractions.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj index 3ce79bd92..5162cf0e1 100644 --- a/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj +++ b/src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj @@ -3,7 +3,7 @@ System.IO.Abstractions.TestingHelpers System.IO.Abstractions.TestingHelpers A set of pre-built mocks to help when testing file system interactions. - net7.0;net6.0;netstandard2.1;netstandard2.0;net462 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png diff --git a/src/System.IO.Abstractions/System.IO.Abstractions.csproj b/src/System.IO.Abstractions/System.IO.Abstractions.csproj index e7f15ba86..f00d92d67 100644 --- a/src/System.IO.Abstractions/System.IO.Abstractions.csproj +++ b/src/System.IO.Abstractions/System.IO.Abstractions.csproj @@ -3,7 +3,7 @@ System.IO.Abstractions System.IO.Abstractions A set of abstractions to help make file system interactions testable. - net7.0;net6.0;netstandard2.1;netstandard2.0;net462 + net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462 icon_256x256.png