diff --git a/_build/_build.csproj b/_build/_build.csproj index 54588481..937be89e 100644 --- a/_build/_build.csproj +++ b/_build/_build.csproj @@ -11,7 +11,7 @@ .. - - + + diff --git a/benchmarks/Backdash.Benchmarks.Ping/Backdash.Benchmarks.Ping.csproj b/benchmarks/Backdash.Benchmarks.Ping/Backdash.Benchmarks.Ping.csproj index 3ba5b053..5fd943a2 100644 --- a/benchmarks/Backdash.Benchmarks.Ping/Backdash.Benchmarks.Ping.csproj +++ b/benchmarks/Backdash.Benchmarks.Ping/Backdash.Benchmarks.Ping.csproj @@ -9,10 +9,4 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - diff --git a/src/Backdash.Analyzers/Backdash.Analyzers.csproj b/src/Backdash.Analyzers/Backdash.Analyzers.csproj index 827e3cdb..d77fc889 100644 --- a/src/Backdash.Analyzers/Backdash.Analyzers.csproj +++ b/src/Backdash.Analyzers/Backdash.Analyzers.csproj @@ -5,6 +5,6 @@ - + diff --git a/tests/Backdash.Tests/Backdash.Tests.csproj b/tests/Backdash.Tests/Backdash.Tests.csproj index 6ccda26a..c2cb2a16 100644 --- a/tests/Backdash.Tests/Backdash.Tests.csproj +++ b/tests/Backdash.Tests/Backdash.Tests.csproj @@ -12,7 +12,7 @@ - + @@ -24,11 +24,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - diff --git a/tests/Backdash.Tests/TestUtils/PropertyTestGenerators.cs b/tests/Backdash.Tests/TestUtils/PropertyTestGenerators.cs index 41c389fe..853f2d63 100644 --- a/tests/Backdash.Tests/TestUtils/PropertyTestGenerators.cs +++ b/tests/Backdash.Tests/TestUtils/PropertyTestGenerators.cs @@ -137,7 +137,6 @@ from pong in Arb.Generate() public static Arbitrary SyncRequestGenerator() => Arb.From( from randRequest in Arb.Generate() - from remoteEp in Arb.Generate() select new SyncRequest { RandomRequest = randRequest,