diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 586aef1..88a1e75 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,14 +7,14 @@ jobs: runs-on: ubuntu-latest name: Checks steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Check Formatting run: | diff --git a/Server/Fracture.Server.csproj b/Server/Fracture.Server.csproj index 7d381cd..33db0ff 100644 --- a/Server/Fracture.Server.csproj +++ b/Server/Fracture.Server.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 enable enable 16f71bc9-60c6-466f-af95-a2818674e57c @@ -13,17 +13,17 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + @@ -33,6 +33,6 @@ - + \ No newline at end of file