diff --git a/Dockerfile b/Dockerfile index 997b82e..57a45be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ RUN dotnet new console && \ dotnet add package xunit --version 2.8.1 && \ dotnet add package xunit.v3 --version 1.1.0 && \ dotnet add package xunit.runner.visualstudio --version 3.0.1 && \ - dotnet add package BenchmarkDotNet --version 0.14.0 + dotnet add package BenchmarkDotNet --version 0.14.0 && \ + dotnet add package Microsoft.Extensions.TimeProvider.Testing --version 9.2.0 WORKDIR /app