From 8632e67dc3505c9aa03841c4955ad5a8dfc24045 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Thu, 5 Sep 2024 07:53:53 +1000 Subject: [PATCH] Update C# E2E project's test package versions (#21975) ### Description Update C# test package dependencies to match #21913 This csproj isn't included in the main sln and was overlooked. We need the newer xunit version for Assert.Fail which is used in shared unit test source that is included here as well. ### Motivation and Context Fix CI failure --- .../Microsoft.ML.OnnxRuntime.EndToEndTests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj index 5ff924bcf8..9654336526 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj +++ b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj @@ -38,11 +38,11 @@ - + - - + +