From 260180e73da6f7c7fc5ce8e1f2a7bc8599bb18bc Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:40:49 +0900 Subject: [PATCH] chore: add FluentAssertions nuget package to test projects (#8946) Add FluentAssertions package to test projects --- Directory.Packages.props | 1 + test/Directory.Build.props | 1 + 2 files changed, 2 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index a57932ce06d..8ea8f36af6b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -37,6 +37,7 @@ + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 18931e806d6..01eb85bfc2d 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -14,6 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive +