From 1f7fe6cf37de2d3b14e45f2e9488a53bd692ab61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:31:50 +0000 Subject: [PATCH] Update dependency xunit to 2.9.2 --- demo/FakeItEasy/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj | 2 +- demo/Moq/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj | 2 +- demo/NSubstitute/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj | 2 +- .../Tethos.FakeItEasy.Xunit.EndToEnd.csproj | 2 +- .../Tethos.Moq.Xunit.EndToEnd/Tethos.Moq.Xunit.EndToEnd.csproj | 2 +- .../Tethos.NSubstitute.Xunit.EndToEnd.csproj | 2 +- .../ReferencedAssemblies.FakeItEasy.Tests.csproj | 2 +- .../ReferencedAssemblies.Moq.Tests.csproj | 2 +- .../ReferencedAssemblies.NSubstitute.Tests.csproj | 2 +- .../ReferencedAssemblies.Tests.csproj | 2 +- test/Tethos.FakeItEasy.Tests/Tethos.FakeItEasy.Tests.csproj | 2 +- test/Tethos.Moq.Tests/Tethos.Moq.Tests.csproj | 2 +- test/Tethos.NSubstitute.Tests/Tethos.NSubstitute.Tests.csproj | 2 +- test/Tethos.PerformanceTests/Tethos.PerformanceTests.csproj | 2 +- test/Tethos.Tests/Tethos.Tests.csproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/demo/FakeItEasy/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj b/demo/FakeItEasy/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj index 2b42e525..5f678803 100644 --- a/demo/FakeItEasy/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj +++ b/demo/FakeItEasy/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj @@ -20,7 +20,7 @@ - + diff --git a/demo/Moq/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj b/demo/Moq/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj index 2ab0e362..732ede6f 100644 --- a/demo/Moq/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj +++ b/demo/Moq/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj @@ -16,7 +16,7 @@ - + diff --git a/demo/NSubstitute/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj b/demo/NSubstitute/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj index de8c0750..8aba514b 100644 --- a/demo/NSubstitute/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj +++ b/demo/NSubstitute/Tethos.Xunit.Demo/Tethos.Xunit.Demo.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/EndToEnd/FakeItEasy/Tethos.FakeItEasy.Xunit.EndToEnd/Tethos.FakeItEasy.Xunit.EndToEnd.csproj b/test/EndToEnd/FakeItEasy/Tethos.FakeItEasy.Xunit.EndToEnd/Tethos.FakeItEasy.Xunit.EndToEnd.csproj index 279f2342..027983e6 100644 --- a/test/EndToEnd/FakeItEasy/Tethos.FakeItEasy.Xunit.EndToEnd/Tethos.FakeItEasy.Xunit.EndToEnd.csproj +++ b/test/EndToEnd/FakeItEasy/Tethos.FakeItEasy.Xunit.EndToEnd/Tethos.FakeItEasy.Xunit.EndToEnd.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/EndToEnd/Moq/Tethos.Moq.Xunit.EndToEnd/Tethos.Moq.Xunit.EndToEnd.csproj b/test/EndToEnd/Moq/Tethos.Moq.Xunit.EndToEnd/Tethos.Moq.Xunit.EndToEnd.csproj index 2c6d5944..d5bd535d 100644 --- a/test/EndToEnd/Moq/Tethos.Moq.Xunit.EndToEnd/Tethos.Moq.Xunit.EndToEnd.csproj +++ b/test/EndToEnd/Moq/Tethos.Moq.Xunit.EndToEnd/Tethos.Moq.Xunit.EndToEnd.csproj @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/EndToEnd/NSubstitute/Tethos.NSubstitute.Xunit.EndToEnd/Tethos.NSubstitute.Xunit.EndToEnd.csproj b/test/EndToEnd/NSubstitute/Tethos.NSubstitute.Xunit.EndToEnd/Tethos.NSubstitute.Xunit.EndToEnd.csproj index 90163f50..46cace1a 100644 --- a/test/EndToEnd/NSubstitute/Tethos.NSubstitute.Xunit.EndToEnd/Tethos.NSubstitute.Xunit.EndToEnd.csproj +++ b/test/EndToEnd/NSubstitute/Tethos.NSubstitute.Xunit.EndToEnd/Tethos.NSubstitute.Xunit.EndToEnd.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/ReferencedAssemblies.FakeItEasy.Tests/ReferencedAssemblies.FakeItEasy.Tests.csproj b/test/ReferencedAssemblies.FakeItEasy.Tests/ReferencedAssemblies.FakeItEasy.Tests.csproj index 9ab23cdc..9489c1f9 100644 --- a/test/ReferencedAssemblies.FakeItEasy.Tests/ReferencedAssemblies.FakeItEasy.Tests.csproj +++ b/test/ReferencedAssemblies.FakeItEasy.Tests/ReferencedAssemblies.FakeItEasy.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/ReferencedAssemblies.Moq.Tests/ReferencedAssemblies.Moq.Tests.csproj b/test/ReferencedAssemblies.Moq.Tests/ReferencedAssemblies.Moq.Tests.csproj index 2853c8a6..30ce5c29 100644 --- a/test/ReferencedAssemblies.Moq.Tests/ReferencedAssemblies.Moq.Tests.csproj +++ b/test/ReferencedAssemblies.Moq.Tests/ReferencedAssemblies.Moq.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/ReferencedAssemblies.NSubstitute.Tests/ReferencedAssemblies.NSubstitute.Tests.csproj b/test/ReferencedAssemblies.NSubstitute.Tests/ReferencedAssemblies.NSubstitute.Tests.csproj index f1245a0b..8ca1d65c 100644 --- a/test/ReferencedAssemblies.NSubstitute.Tests/ReferencedAssemblies.NSubstitute.Tests.csproj +++ b/test/ReferencedAssemblies.NSubstitute.Tests/ReferencedAssemblies.NSubstitute.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/ReferencedAssemblies.Tests/ReferencedAssemblies.Tests.csproj b/test/ReferencedAssemblies.Tests/ReferencedAssemblies.Tests.csproj index 5127e4d7..b07bef41 100644 --- a/test/ReferencedAssemblies.Tests/ReferencedAssemblies.Tests.csproj +++ b/test/ReferencedAssemblies.Tests/ReferencedAssemblies.Tests.csproj @@ -22,7 +22,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/Tethos.FakeItEasy.Tests/Tethos.FakeItEasy.Tests.csproj b/test/Tethos.FakeItEasy.Tests/Tethos.FakeItEasy.Tests.csproj index 055ca6c0..446a75ed 100644 --- a/test/Tethos.FakeItEasy.Tests/Tethos.FakeItEasy.Tests.csproj +++ b/test/Tethos.FakeItEasy.Tests/Tethos.FakeItEasy.Tests.csproj @@ -29,7 +29,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/Tethos.Moq.Tests/Tethos.Moq.Tests.csproj b/test/Tethos.Moq.Tests/Tethos.Moq.Tests.csproj index 84902480..a04dff8c 100644 --- a/test/Tethos.Moq.Tests/Tethos.Moq.Tests.csproj +++ b/test/Tethos.Moq.Tests/Tethos.Moq.Tests.csproj @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers - + all diff --git a/test/Tethos.NSubstitute.Tests/Tethos.NSubstitute.Tests.csproj b/test/Tethos.NSubstitute.Tests/Tethos.NSubstitute.Tests.csproj index 070ed64e..a5265928 100644 --- a/test/Tethos.NSubstitute.Tests/Tethos.NSubstitute.Tests.csproj +++ b/test/Tethos.NSubstitute.Tests/Tethos.NSubstitute.Tests.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/Tethos.PerformanceTests/Tethos.PerformanceTests.csproj b/test/Tethos.PerformanceTests/Tethos.PerformanceTests.csproj index 8082c75f..58e10868 100644 --- a/test/Tethos.PerformanceTests/Tethos.PerformanceTests.csproj +++ b/test/Tethos.PerformanceTests/Tethos.PerformanceTests.csproj @@ -24,7 +24,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/Tethos.Tests/Tethos.Tests.csproj b/test/Tethos.Tests/Tethos.Tests.csproj index 45347d69..1552592b 100644 --- a/test/Tethos.Tests/Tethos.Tests.csproj +++ b/test/Tethos.Tests/Tethos.Tests.csproj @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers - + all