Skip to content

Commit 4e02cd5

Browse files
committed
update
1 parent e5d51b3 commit 4e02cd5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31+
- name: Setup .NET 9 SDK
32+
uses: actions/setup-dotnet@v4
33+
with:
34+
dotnet-version: |
35+
8.0.x
36+
9.0.x
3137
- run: dotnet tool install -g GitVersion.Tool --version 5.11.1
3238
- name: Resolve version
3339
id: version
@@ -263,7 +269,7 @@ jobs:
263269
- uses: actions/checkout@v4
264270
- uses: actions/setup-dotnet@v4
265271
with:
266-
dotnet-version: 9.0.101
272+
dotnet-version: 9.0.x
267273
- run: dotnet restore
268274
- run: dotnet build --no-restore
269275
- run: dotnet pack --no-build

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix analyzer [RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246) ([PR](https://github.com/dotnet/roslynator/pull/1676))
13+
1014
## [4.14.0] - 2025-07-26
1115

1216
### Added

0 commit comments

Comments
 (0)