From 2d8d914d73f881ca7a5cbede5ad7fc8cec4f775c Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Thu, 11 May 2023 15:47:36 +0100 Subject: [PATCH] Update NuGet refs * Nerdbank.GitVersioning 3.6.128 * BenchmarkDotNet 0.13.5 * Verify.Xunit 19.14.1 Also disabled Nerdbank.GitVersioning for UWP test runner since recent versions of this library import a .proj file that doesn't work with UWP projects. (The runner doesn't need to be built with the current version number, since we never publish it anyway.) --- Rx.NET/Source/Directory.build.props | 7 ++++++- .../Benchmarks.System.Reactive.csproj | 2 +- .../Tests.System.Reactive.ApiApprovals.csproj | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Rx.NET/Source/Directory.build.props b/Rx.NET/Source/Directory.build.props index 16593d58e..4fcc83cf1 100644 --- a/Rx.NET/Source/Directory.build.props +++ b/Rx.NET/Source/Directory.build.props @@ -31,7 +31,12 @@ - + + + diff --git a/Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Benchmarks.System.Reactive.csproj b/Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Benchmarks.System.Reactive.csproj index 05964d76a..798176d60 100644 --- a/Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Benchmarks.System.Reactive.csproj +++ b/Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Benchmarks.System.Reactive.csproj @@ -37,7 +37,7 @@ - + diff --git a/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj b/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj index ea33798e3..eeef36970 100644 --- a/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj +++ b/Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj @@ -26,7 +26,7 @@ - +