From 196f6d9cfb2319fe8c5ce37ac78f03e5ffa79606 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Thu, 18 Jun 2026 16:35:56 +0200 Subject: [PATCH] Update test project dependencies and add project references Updated `Microsoft.NET.Test.Sdk` to version 17.11.1 and `xunit` to version 2.9.3. Updated `xunit.runner.visualstudio` to version 2.8.2 with additional metadata for asset inclusion and private asset behavior. Added new dependencies: `FluentAssertions` (7.0.0) and `Moq` (4.20.72). Introduced project references to `DocumentOperator.Domain`, `DocumentOperator.Application`, and `DocumentOperator.Infrastructure` to the test project. No changes were made to the `coverlet.collector` dependency or the `` directive. --- .../DocumentOperator.Tests.csproj | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/DocumentOperator.Tests/DocumentOperator.Tests.csproj b/DocumentOperator.Tests/DocumentOperator.Tests.csproj index 9c5b30a..a07358d 100644 --- a/DocumentOperator.Tests/DocumentOperator.Tests.csproj +++ b/DocumentOperator.Tests/DocumentOperator.Tests.csproj @@ -11,13 +11,24 @@ - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + +