diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1cb82ca..b517553 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-24.04] - dotnet: [8.0.300] + dotnet: [8.0.303] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8d15b0b..ba46e01 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-24.04] - dotnet: [8.0.300] + dotnet: [8.0.303] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 439c98f..afa23fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +* Upgrade Roslyn to 4.10.0: + - https://github.com/razzmatazz/csharp-language-server/pull/182 * Implement pull diagnostics for better performance; - https://github.com/razzmatazz/csharp-language-server/pull/174 diff --git a/Directory.Packages.props b/Directory.Packages.props index 8ce01d2..12dc892 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,8 +6,8 @@ - 4.9.2 - 17.9.5 + 4.10.0 + 17.10.4 1.7.8