From 36bb0fe103ec48411c70108af2ae852c41e314ce Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 18 Nov 2024 16:39:30 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00d92fc..7fb6270 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ So if you set global.json to a 9.0.xxx SDK, you'll _always_ use the 9.x MSBuild ### Against LTS (net8.0) 1. Run tests with `dotnet run --project .\build\ -- -t Test` - 1. This should chose the `Test:net9.0` target and run against that runtime + 1. This should chose the `Test:net8.0` target and run against that runtime ### Against STS (net9.0)