We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd8b6b commit 16879c1Copy full SHA for 16879c1
1 file changed
Dockerfile
@@ -17,7 +17,8 @@ RUN dotnet new console && \
17
dotnet add package xunit --version 2.8.1 && \
18
dotnet add package xunit.v3 --version 1.1.0 && \
19
dotnet add package xunit.runner.visualstudio --version 3.0.1 && \
20
- dotnet add package BenchmarkDotNet --version 0.14.0
+ dotnet add package BenchmarkDotNet --version 0.14.0 && \
21
+ dotnet add package Microsoft.Extensions.TimeProvider.Testing --version 9.2.0
22
23
WORKDIR /app
24
0 commit comments