From fc884d7c1449482bb52672b9bf64864341d047a1 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 12 Apr 2024 09:35:29 +1000 Subject: [PATCH] update xunit --- docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Linux_Other_Gui_Xunit_None.md | 4 ++-- docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Linux_Rider_Gui_Xunit_None.md | 4 ++-- docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/MacOS_Other_Gui_Xunit_None.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/MacOS_Rider_Gui_Xunit_None.md | 4 ++-- docs/wiz/Windows_Other_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/Windows_Other_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_Other_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Windows_Other_Gui_Xunit_None.md | 4 ++-- docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Windows_Rider_Gui_Xunit_None.md | 4 ++-- .../Windows_VisualStudioWithReSharper_Gui_Xunit_AppVeyor.md | 4 ++-- ...Windows_VisualStudioWithReSharper_Gui_Xunit_AzureDevOps.md | 4 ++-- ...ndows_VisualStudioWithReSharper_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_Xunit_AppVeyor.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_Xunit_AzureDevOps.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_Xunit_GitHubActions.md | 4 ++-- docs/wiz/Windows_VisualStudio_Gui_Xunit_None.md | 4 ++-- src/DeterministicTests/DeterministicTests.csproj | 4 ++-- src/FSharpTests/FSharpTests.fsproj | 4 ++-- src/ModuleInitDocs/ModuleInitDocs.csproj | 4 ++-- src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj | 4 ++-- src/StaticSettingsTests/StaticSettingsTests.csproj | 4 ++-- src/StrictJsonTests/StrictJsonTests.csproj | 4 ++-- .../Verify.ClipboardAccept.Tests.csproj | 4 ++-- .../Verify.ExceptionParsing.Tests.csproj | 4 ++-- src/Verify.Tests/Verify.Tests.csproj | 4 ++-- .../Verify.Xunit.DerivePaths.Tests.csproj | 4 ++-- src/Verify.Xunit.Tests/Verify.Xunit.Tests.csproj | 4 ++-- src/Verify.Xunit/Verify.Xunit.csproj | 2 +- 44 files changed, 87 insertions(+), 87 deletions(-) diff --git a/docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md index 71ef62460..f5a22e799 100644 --- a/docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md index b096865ce..f949a49ad 100644 --- a/docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md b/docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md index 34fddd98d..42ff44d54 100644 --- a/docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Other_Gui_Xunit_None.md b/docs/wiz/Linux_Other_Gui_Xunit_None.md index d4198a567..a8d8f34d7 100644 --- a/docs/wiz/Linux_Other_Gui_Xunit_None.md +++ b/docs/wiz/Linux_Other_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md index 39c64e0c1..16468548e 100644 --- a/docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md index 935d8b350..eb93b8d2e 100644 --- a/docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md index 9fab26e2d..7ff8a4aca 100644 --- a/docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Linux_Rider_Gui_Xunit_None.md b/docs/wiz/Linux_Rider_Gui_Xunit_None.md index 027ba6e60..cdec3aea0 100644 --- a/docs/wiz/Linux_Rider_Gui_Xunit_None.md +++ b/docs/wiz/Linux_Rider_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md index bbc9da646..e95d870ce 100644 --- a/docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md index d03192dce..3a3604094 100644 --- a/docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md index b6c57bc5b..075b06dfb 100644 --- a/docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Other_Gui_Xunit_None.md b/docs/wiz/MacOS_Other_Gui_Xunit_None.md index 0f1a52bee..d97d5884d 100644 --- a/docs/wiz/MacOS_Other_Gui_Xunit_None.md +++ b/docs/wiz/MacOS_Other_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Rider_Gui_Xunit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_Xunit_AppVeyor.md index 052db2a18..da1918eea 100644 --- a/docs/wiz/MacOS_Rider_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Rider_Gui_Xunit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_Xunit_AzureDevOps.md index 624eb2e1b..4a5a93b62 100644 --- a/docs/wiz/MacOS_Rider_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Rider_Gui_Xunit_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_Xunit_GitHubActions.md index 16ec63dfc..d957f0889 100644 --- a/docs/wiz/MacOS_Rider_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/MacOS_Rider_Gui_Xunit_None.md b/docs/wiz/MacOS_Rider_Gui_Xunit_None.md index f52f0fbb5..43ee8bcaf 100644 --- a/docs/wiz/MacOS_Rider_Gui_Xunit_None.md +++ b/docs/wiz/MacOS_Rider_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Other_Gui_Xunit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_Xunit_AppVeyor.md index 025723709..522e379eb 100644 --- a/docs/wiz/Windows_Other_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Other_Gui_Xunit_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_Xunit_AzureDevOps.md index 5221ff447..1bf77d59b 100644 --- a/docs/wiz/Windows_Other_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Other_Gui_Xunit_GitHubActions.md b/docs/wiz/Windows_Other_Gui_Xunit_GitHubActions.md index 04e2b442d..c1f7da77c 100644 --- a/docs/wiz/Windows_Other_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Other_Gui_Xunit_None.md b/docs/wiz/Windows_Other_Gui_Xunit_None.md index cecb426f1..8621c54a2 100644 --- a/docs/wiz/Windows_Other_Gui_Xunit_None.md +++ b/docs/wiz/Windows_Other_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md index f0ddf2e8e..eebec1038 100644 --- a/docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md index 104b81cf1..7d55e5dbf 100644 --- a/docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md index adcf43ce3..7895d6658 100644 --- a/docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_Rider_Gui_Xunit_None.md b/docs/wiz/Windows_Rider_Gui_Xunit_None.md index cba5e1b9a..4339b8efd 100644 --- a/docs/wiz/Windows_Rider_Gui_Xunit_None.md +++ b/docs/wiz/Windows_Rider_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AppVeyor.md index 61d685fde..84b7130f2 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AzureDevOps.md index 052f5fefd..e12866378 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_GitHubActions.md index 6ab13d7ba..d05a18c60 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md index 0d33c59f7..c1871bf40 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudio_Gui_Xunit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_Xunit_AppVeyor.md index dc8c789b8..b3e8701cf 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Xunit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Xunit_AppVeyor.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudio_Gui_Xunit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_Xunit_AzureDevOps.md index 939dad87f..b8ed65533 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Xunit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Xunit_AzureDevOps.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudio_Gui_Xunit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_Xunit_GitHubActions.md index c711c701a..a1ab50358 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Xunit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Xunit_GitHubActions.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/docs/wiz/Windows_VisualStudio_Gui_Xunit_None.md b/docs/wiz/Windows_VisualStudio_Gui_Xunit_None.md index f463180d7..963519994 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Xunit_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Xunit_None.md @@ -19,8 +19,8 @@ Add the following packages to the test project: ```csproj - - + + ``` snippet source | anchor diff --git a/src/DeterministicTests/DeterministicTests.csproj b/src/DeterministicTests/DeterministicTests.csproj index 7d8b81f4f..67f1f3032 100644 --- a/src/DeterministicTests/DeterministicTests.csproj +++ b/src/DeterministicTests/DeterministicTests.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/FSharpTests/FSharpTests.fsproj b/src/FSharpTests/FSharpTests.fsproj index 0574c6609..aadfc8c62 100644 --- a/src/FSharpTests/FSharpTests.fsproj +++ b/src/FSharpTests/FSharpTests.fsproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/ModuleInitDocs/ModuleInitDocs.csproj b/src/ModuleInitDocs/ModuleInitDocs.csproj index 55b1c5e2f..98d2e1e15 100644 --- a/src/ModuleInitDocs/ModuleInitDocs.csproj +++ b/src/ModuleInitDocs/ModuleInitDocs.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj b/src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj index 866ca68aa..5ad5a65e2 100644 --- a/src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj +++ b/src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj @@ -7,8 +7,8 @@ - - + + \ No newline at end of file diff --git a/src/StaticSettingsTests/StaticSettingsTests.csproj b/src/StaticSettingsTests/StaticSettingsTests.csproj index 66a079377..3df1c2c9c 100644 --- a/src/StaticSettingsTests/StaticSettingsTests.csproj +++ b/src/StaticSettingsTests/StaticSettingsTests.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/StrictJsonTests/StrictJsonTests.csproj b/src/StrictJsonTests/StrictJsonTests.csproj index 592c0d9bf..0ac371acc 100644 --- a/src/StrictJsonTests/StrictJsonTests.csproj +++ b/src/StrictJsonTests/StrictJsonTests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/Verify.ClipboardAccept.Tests/Verify.ClipboardAccept.Tests.csproj b/src/Verify.ClipboardAccept.Tests/Verify.ClipboardAccept.Tests.csproj index cf53778af..7b5c79012 100644 --- a/src/Verify.ClipboardAccept.Tests/Verify.ClipboardAccept.Tests.csproj +++ b/src/Verify.ClipboardAccept.Tests/Verify.ClipboardAccept.Tests.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/Verify.ExceptionParsing.Tests/Verify.ExceptionParsing.Tests.csproj b/src/Verify.ExceptionParsing.Tests/Verify.ExceptionParsing.Tests.csproj index abd706ae1..b1b2d8c82 100644 --- a/src/Verify.ExceptionParsing.Tests/Verify.ExceptionParsing.Tests.csproj +++ b/src/Verify.ExceptionParsing.Tests/Verify.ExceptionParsing.Tests.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/Verify.Tests/Verify.Tests.csproj b/src/Verify.Tests/Verify.Tests.csproj index c951af3dc..43f8495bb 100644 --- a/src/Verify.Tests/Verify.Tests.csproj +++ b/src/Verify.Tests/Verify.Tests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Verify.Xunit.DerivePaths.Tests/Verify.Xunit.DerivePaths.Tests.csproj b/src/Verify.Xunit.DerivePaths.Tests/Verify.Xunit.DerivePaths.Tests.csproj index 6f3baf835..6ef143bdf 100644 --- a/src/Verify.Xunit.DerivePaths.Tests/Verify.Xunit.DerivePaths.Tests.csproj +++ b/src/Verify.Xunit.DerivePaths.Tests/Verify.Xunit.DerivePaths.Tests.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/Verify.Xunit.Tests/Verify.Xunit.Tests.csproj b/src/Verify.Xunit.Tests/Verify.Xunit.Tests.csproj index 238652d62..b9046ec8d 100644 --- a/src/Verify.Xunit.Tests/Verify.Xunit.Tests.csproj +++ b/src/Verify.Xunit.Tests/Verify.Xunit.Tests.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/Verify.Xunit/Verify.Xunit.csproj b/src/Verify.Xunit/Verify.Xunit.csproj index 2030fdc58..fb8ede675 100644 --- a/src/Verify.Xunit/Verify.Xunit.csproj +++ b/src/Verify.Xunit/Verify.Xunit.csproj @@ -5,7 +5,7 @@ - +