From 53c63184e366982a95cd6ae5719327c22a4a9e8c Mon Sep 17 00:00:00 2001 From: Phap Dieu Duong Date: Thu, 16 Nov 2023 22:54:48 +0800 Subject: [PATCH] .net 8 + update deps --- Source/Demo/Demo.WinForms.csproj | 2 +- .../FileSystemEventRecorder.csproj | 2 +- Source/FileWatcherEx/FileWatcherEx.csproj | 4 ++-- Source/FileWatcherExTests/FileWatcherExTests.csproj | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/Demo/Demo.WinForms.csproj b/Source/Demo/Demo.WinForms.csproj index 592a245..b1c23ba 100644 --- a/Source/Demo/Demo.WinForms.csproj +++ b/Source/Demo/Demo.WinForms.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net8.0-windows enable true enable diff --git a/Source/FileSystemEventRecorder/FileSystemEventRecorder.csproj b/Source/FileSystemEventRecorder/FileSystemEventRecorder.csproj index 8ccbdba..3c28d70 100644 --- a/Source/FileSystemEventRecorder/FileSystemEventRecorder.csproj +++ b/Source/FileSystemEventRecorder/FileSystemEventRecorder.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Source/FileWatcherEx/FileWatcherEx.csproj b/Source/FileWatcherEx/FileWatcherEx.csproj index a9b413d..cc3fc0f 100644 --- a/Source/FileWatcherEx/FileWatcherEx.csproj +++ b/Source/FileWatcherEx/FileWatcherEx.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0 + net6.0;net7.0;net8.0 enable enable Copyright © 2018-2023 Duong Dieu Phap @@ -13,7 +13,7 @@ A wrapper of FileSystemWatcher to standardize the events and avoid false change notifications, used in ImageGlass project (https://imageglass.org). This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows. True $(Version) - 2.5.0 + 2.6.0 See https://github.com/d2phap/FileWatcherEx/releases d2phap FileWatcherEx - A file system watcher diff --git a/Source/FileWatcherExTests/FileWatcherExTests.csproj b/Source/FileWatcherExTests/FileWatcherExTests.csproj index 132f3a6..7cd3626 100644 --- a/Source/FileWatcherExTests/FileWatcherExTests.csproj +++ b/Source/FileWatcherExTests/FileWatcherExTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable false @@ -9,14 +9,14 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all