Skip to content

Commit 58ac949

Browse files
committed
Change references to net6.0 to net8.0
1 parent 0895614 commit 58ac949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Benchmarks can be found under `./projects/Benchmarks`. On the command line, run
119119
like so:
120120

121121
```
122-
dotnet run -c Release -f net6.0 --project ./projects/Benchmarks/ --filter Networking_BasicDeliver_LongLivedConnection
122+
dotnet run --configuration Release --project ./projects/Benchmarks/ --filter Networking_BasicDeliver_LongLivedConnection
123123
```
124124

125125
## Code of Conduct

RUNNING_TESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ dotnet test projects/Test/Unit.csproj --filter "FullyQualifiedName~RabbitMQ.Clie
127127

128128
## Running Tests for a Specific .NET Target
129129

130-
To run tests targeting .NET 6.0:
130+
To run tests targeting .NET 8.0:
131131

132132
``` shell
133-
dotnet test --framework net6.0 projects/Unit
133+
dotnet test --framework net8.0 projects/Unit
134134
```

0 commit comments

Comments
 (0)