diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6241872..5d05681 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: os: - - { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net5.0-windows/win-x64/publish"} - - { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net5.0/publish"} + - { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net6.0-windows/win-x64/publish"} + - { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"} # - { prettyName: MacOS, configurationName: Release, platform: osx-x64 } steps: - name: Cancel previous runs of this workflow @@ -26,10 +26,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Install .NET 5.0 + - name: Install .NET 6.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: "5.0.x" + dotnet-version: "6.0.x" - name: Compile for ${{ matrix.os.prettyName }} run: dotnet publish -c ${{ matrix.os.configurationName }} ${{ matrix.os.extraArgs }} diff --git a/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj b/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj index 1628162..29815eb 100644 --- a/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj +++ b/UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 linux-x64 LBPUnion.UnionPatcher.Gui.Linux LBPUnion.UnionPatcher.Gui.Linux diff --git a/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj b/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj index b87c4ea..53eba40 100644 --- a/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj +++ b/UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 osx-x64 LBPUnion.UnionPatcher.Gui.MacOS LBPUnion.UnionPatcher.Gui.MacOS diff --git a/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj b/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj index 7f28d17..16fbbf6 100644 --- a/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj +++ b/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows LBPUnion.UnionPatcher.Gui.Windows LBPUnion.UnionPatcher.Gui.Windows diff --git a/UnionPatcher.Gui/UnionPatcher.Gui.csproj b/UnionPatcher.Gui/UnionPatcher.Gui.csproj index bbec297..3bfcf88 100644 --- a/UnionPatcher.Gui/UnionPatcher.Gui.csproj +++ b/UnionPatcher.Gui/UnionPatcher.Gui.csproj @@ -7,11 +7,11 @@ - net5.0 + net6.0 - net5.0-windows + net6.0-windows diff --git a/UnionPatcher.sln.DotSettings.user b/UnionPatcher.sln.DotSettings.user index 0d04c8c..2737ab1 100644 --- a/UnionPatcher.sln.DotSettings.user +++ b/UnionPatcher.sln.DotSettings.user @@ -1,4 +1,4 @@  <AssemblyExplorer> - <Assembly Path="/home/jvyden/Documents/UnionPatcher/UnionPatcher.Gui.Windows/bin/Release/net5.0-windows/win10-x64/api-ms-win-core-file-l2-1-0.dll" /> + <Assembly Path="/home/jvyden/Documents/UnionPatcher/UnionPatcher.Gui.Windows/bin/Release/net6.0-windows/win10-x64/api-ms-win-core-file-l2-1-0.dll" /> </AssemblyExplorer> \ No newline at end of file diff --git a/UnionPatcher/UnionPatcher.csproj b/UnionPatcher/UnionPatcher.csproj index 4d5787e..18b8491 100644 --- a/UnionPatcher/UnionPatcher.csproj +++ b/UnionPatcher/UnionPatcher.csproj @@ -8,12 +8,12 @@ Exe - net5.0 + net6.0 WinExe - net5.0-windows + net6.0-windows LBPUnion.UnionPatcher LBPUnion.UnionPatcher true