Unless you are testing older .NET runtimes on Windows, you should run the tests against the newer runtimes as follows:
TEST_AUTH_TOKEN=$your_momento_token make test-net6
To test against older .NET runtimes run:
TEST_AUTH_TOKEN=$your_momento_token make test-net-framework
To run specific tests:
TEST_AUTH_TOKEN=$your_momento_token dotnet test --framework net6.0 --filter "FullyQualifiedName~CacheDataTest"