diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1e9f3fc..b7ffa6a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Check Formatting run: | diff --git a/Server/Fracture.Server.csproj b/Server/Fracture.Server.csproj index 2c88499..a34f3c7 100644 --- a/Server/Fracture.Server.csproj +++ b/Server/Fracture.Server.csproj @@ -1,6 +1,6 @@  - net9.0 + net10.0 enable enable 16f71bc9-60c6-466f-af95-a2818674e57c @@ -12,24 +12,24 @@ <_ContentIncludedByDefault Remove="wwwroot\css\items.css" /> - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + (FeatureFlags.USE_AI);