diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c259a0a..b568acc 100755 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + include-prerelease: true - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3774176..43d718a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + include-prerelease: true - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2dcc628..baf45e4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,6 +22,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + include-prerelease: true - name: Restore dependencies run: dotnet restore diff --git a/HorseIsleServer/HorseIsleServer/HorseIsleServer.csproj b/HorseIsleServer/HorseIsleServer/HorseIsleServer.csproj index de2505a..527a1e1 100644 --- a/HorseIsleServer/HorseIsleServer/HorseIsleServer.csproj +++ b/HorseIsleServer/HorseIsleServer/HorseIsleServer.csproj @@ -2,7 +2,7 @@ Exe HISP - 8.0 + 10.0 x64;x86;ARM;ARM64 Windows;Debug;Linux;MacOS