diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7f64645e..54c1f1d5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -42,7 +42,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v6 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Restore run: dotnet restore $env:PROJECT_PATH @@ -189,4 +189,4 @@ jobs: release_args+=(--prerelease) fi - gh "${release_args[@]}" \ No newline at end of file + gh "${release_args[@]}" diff --git a/CompactGUI.Core/CompactGUI.Core.csproj b/CompactGUI.Core/CompactGUI.Core.csproj index a60df545..f7dd71b2 100644 --- a/CompactGUI.Core/CompactGUI.Core.csproj +++ b/CompactGUI.Core/CompactGUI.Core.csproj @@ -1,7 +1,7 @@  - net9.0-windows + net10.0-windows enable enable diff --git a/CompactGUI.CoreVB/CompactGUI.CoreVB.vbproj b/CompactGUI.CoreVB/CompactGUI.CoreVB.vbproj index 27416f26..1e7c6d6c 100644 --- a/CompactGUI.CoreVB/CompactGUI.CoreVB.vbproj +++ b/CompactGUI.CoreVB/CompactGUI.CoreVB.vbproj @@ -2,7 +2,7 @@ CompactGUI.CoreVB - net9.0-windows + net10.0-windows @@ -17,7 +17,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/CompactGUI.Logging/CompactGUI.Logging.csproj b/CompactGUI.Logging/CompactGUI.Logging.csproj index 2dbdff00..203f211d 100644 --- a/CompactGUI.Logging/CompactGUI.Logging.csproj +++ b/CompactGUI.Logging/CompactGUI.Logging.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable @@ -11,7 +11,7 @@ - + diff --git a/CompactGUI.Watcher/CompactGUI.Watcher.vbproj b/CompactGUI.Watcher/CompactGUI.Watcher.vbproj index ee9f0bd1..c6fbb158 100644 --- a/CompactGUI.Watcher/CompactGUI.Watcher.vbproj +++ b/CompactGUI.Watcher/CompactGUI.Watcher.vbproj @@ -2,7 +2,7 @@ CompactGUI.Watcher - net9.0-windows + net10.0-windows @@ -12,7 +12,7 @@ - + diff --git a/CompactGUI/CompactGUI.vbproj b/CompactGUI/CompactGUI.vbproj index 80fb0401..4e4a852d 100644 --- a/CompactGUI/CompactGUI.vbproj +++ b/CompactGUI/CompactGUI.vbproj @@ -3,7 +3,8 @@ WinExe - net9.0-windows + net10.0-windows + true CompactGUI true Off @@ -55,9 +56,9 @@ - - - + + + diff --git a/CompactGUI/Models/CompressableFolders/SteamFolder.vb b/CompactGUI/Models/CompressableFolders/SteamFolder.vb index 447dc271..b526ea14 100644 --- a/CompactGUI/Models/CompressableFolders/SteamFolder.vb +++ b/CompactGUI/Models/CompressableFolders/SteamFolder.vb @@ -3,7 +3,6 @@ Imports System Imports System.IO Imports System.Net.Http Imports System.Threading.Tasks -Imports System.Windows.Forms Imports System.Reflection Imports System.Runtime.InteropServices @@ -115,4 +114,4 @@ Public Class SteamFolder : Inherits CompressableFolder End Function -End Class +End Class \ No newline at end of file