Skip to content

Commit

Permalink
Upgrade Roslyn and MSBuild package versions (#182)
Browse files Browse the repository at this point in the history
* Upgrade Roslyn and MSBuild package versions

* Update dotnet version used for build/tests

* Add CHANGELOG update
  • Loading branch information
razzmatazz authored Aug 9, 2024
1 parent 03e5e29 commit 6eec108
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04]
dotnet: [8.0.300]
dotnet: [8.0.303]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<PropertyGroup>
<RoslynPackageVersion>4.9.2</RoslynPackageVersion>
<MSBuildPackageVersion>17.9.5</MSBuildPackageVersion>
<RoslynPackageVersion>4.10.0</RoslynPackageVersion>
<MSBuildPackageVersion>17.10.4</MSBuildPackageVersion>
<MSBuildLocatorPackageVersion>1.7.8</MSBuildLocatorPackageVersion>
</PropertyGroup>

Expand Down

0 comments on commit 6eec108

Please sign in to comment.