From 3e9bab6a38ad82cff19e3ecf858cb34f3756c16f Mon Sep 17 00:00:00 2001 From: j82w Date: Thu, 20 Jan 2022 06:57:19 -0800 Subject: [PATCH] Benchmark: Fixes file not found from missing assembly CommandLineParser (#2989) CopyLocalLockFileAssemblies causes the .NET 6 project to fail at runtime. It throws a FileNotFoundException for the CommandLineParser assembly. Bumping the dependency to the latest version. --- .../Tools/Benchmark/CosmosBenchmark.csproj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/CosmosBenchmark.csproj b/Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/CosmosBenchmark.csproj index 4d07cc0fbc..c8ac26f5aa 100644 --- a/Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/CosmosBenchmark.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/CosmosBenchmark.csproj @@ -1,4 +1,4 @@ - + Exe net6.0 @@ -6,7 +6,6 @@ CosmosBenchmark true true - false $(LangVersion) @@ -18,8 +17,8 @@ - - + +