Skip to content

Commit fa7dd7f

Browse files
committed
Upgrade the solution to the .slnx format introduced in .NET 10.
1 parent b2aa262 commit fa7dd7f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
dotnet-version: 10.0.x
2323

2424
- name: Restore dependencies
25-
run: dotnet restore SignalBench.sln
25+
run: dotnet restore SignalBench.slnx
2626

2727
- name: Build
28-
run: dotnet build SignalBench.sln --configuration Release --no-restore
28+
run: dotnet build SignalBench.slnx --configuration Release --no-restore
2929

3030
- name: Test
31-
run: dotnet test SignalBench.sln --configuration Release --no-build --verbosity normal
31+
run: dotnet test SignalBench.slnx --configuration Release --no-build --verbosity normal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Streaming settings are **per-workspace (per-tab)**. You can stream from multiple
138138
The project uses the modern .NET 10 artifacts layout. Build results are centralized in the `artifacts/` directory at the root of the solution.
139139

140140
```bash
141-
dotnet build SignalBench.sln
141+
dotnet build SignalBench.slnx
142142
```
143143

144144
### Running Tests

0 commit comments

Comments
 (0)