Skip to content

Commit

Permalink
Change references to net6.0 to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Nov 8, 2024
1 parent 0895614 commit 58ac949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Benchmarks can be found under `./projects/Benchmarks`. On the command line, run
like so:

```
dotnet run -c Release -f net6.0 --project ./projects/Benchmarks/ --filter Networking_BasicDeliver_LongLivedConnection
dotnet run --configuration Release --project ./projects/Benchmarks/ --filter Networking_BasicDeliver_LongLivedConnection
```

## Code of Conduct
Expand Down
4 changes: 2 additions & 2 deletions RUNNING_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ dotnet test projects/Test/Unit.csproj --filter "FullyQualifiedName~RabbitMQ.Clie

## Running Tests for a Specific .NET Target

To run tests targeting .NET 6.0:
To run tests targeting .NET 8.0:

``` shell
dotnet test --framework net6.0 projects/Unit
dotnet test --framework net8.0 projects/Unit
```

0 comments on commit 58ac949

Please sign in to comment.