Skip to content

Commit 16879c1

Browse files
Add Microsoft.Extensions.TimeProvider.Testing package (#296)
1 parent 3dd8b6b commit 16879c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN dotnet new console && \
1717
dotnet add package xunit --version 2.8.1 && \
1818
dotnet add package xunit.v3 --version 1.1.0 && \
1919
dotnet add package xunit.runner.visualstudio --version 3.0.1 && \
20-
dotnet add package BenchmarkDotNet --version 0.14.0
20+
dotnet add package BenchmarkDotNet --version 0.14.0 && \
21+
dotnet add package Microsoft.Extensions.TimeProvider.Testing --version 9.2.0
2122

2223
WORKDIR /app
2324

0 commit comments

Comments
 (0)