diff --git a/src/ImageSort.WPF/ImageSort.WPF.csproj b/src/ImageSort.WPF/ImageSort.WPF.csproj index c2389535..770e09e0 100644 --- a/src/ImageSort.WPF/ImageSort.WPF.csproj +++ b/src/ImageSort.WPF/ImageSort.WPF.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows + net8.0-windows true Image Sort Debug;Release;MSIX diff --git a/src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj b/src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj index 4664157c..ca9e4ee5 100644 --- a/src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj +++ b/src/ImageSort.WindowsSetup/ImageSort.WindowsSetup.wixproj @@ -36,7 +36,7 @@ Binaries;Content;Satellites INSTALLFOLDER True - net7.0-windows + net8.0-windows win-$(Platform) diff --git a/src/ImageSort.WindowsSetup/Product.wxs b/src/ImageSort.WindowsSetup/Product.wxs index 7e8a0e9a..5039603b 100644 --- a/src/ImageSort.WindowsSetup/Product.wxs +++ b/src/ImageSort.WindowsSetup/Product.wxs @@ -53,7 +53,7 @@ - + diff --git a/src/ImageSort.WindowsUpdater/ImageSort.WindowsUpdater.csproj b/src/ImageSort.WindowsUpdater/ImageSort.WindowsUpdater.csproj index ffa0e76f..022b05f3 100644 --- a/src/ImageSort.WindowsUpdater/ImageSort.WindowsUpdater.csproj +++ b/src/ImageSort.WindowsUpdater/ImageSort.WindowsUpdater.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 Debug;Release;MSIX diff --git a/src/ImageSort/ImageSort.csproj b/src/ImageSort/ImageSort.csproj index e63015c0..1e41854a 100644 --- a/src/ImageSort/ImageSort.csproj +++ b/src/ImageSort/ImageSort.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 Debug;Release;MSIX diff --git a/tests/ImageSort.UnitTests/ImageSort.UnitTests.csproj b/tests/ImageSort.UnitTests/ImageSort.UnitTests.csproj index 2329589c..c2d9a795 100644 --- a/tests/ImageSort.UnitTests/ImageSort.UnitTests.csproj +++ b/tests/ImageSort.UnitTests/ImageSort.UnitTests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false diff --git a/tests/ImageSort.WPF.UiTests/ImageSort.WPF.UiTests.csproj b/tests/ImageSort.WPF.UiTests/ImageSort.WPF.UiTests.csproj index 2651c0e8..67ddda73 100644 --- a/tests/ImageSort.WPF.UiTests/ImageSort.WPF.UiTests.csproj +++ b/tests/ImageSort.WPF.UiTests/ImageSort.WPF.UiTests.csproj @@ -1,7 +1,7 @@ - net7.0-windows + net8.0-windows false @@ -26,7 +26,7 @@ - <_CopyItems Include="$(ProjectDir)\..\..\src\ImageSort.WPF\bin\$(Configuration)\net7.0-windows\*.*" /> + <_CopyItems Include="$(ProjectDir)\..\..\src\ImageSort.WPF\bin\$(Configuration)\net8.0-windows\*.*" />