Skip to content

Commit 2852824

Browse files
authored
Update NuGet refs (#1930)
* 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.)
1 parent b0113d5 commit 2852824

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Rx.NET/Source/Directory.build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131

3232
<ItemGroup>
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
34-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119" PrivateAssets="all" />
34+
35+
<!--
36+
Nerdbank.GitVersioning 3.6.128 injects a reference to a .proj file that doesn't work inside UWP projects,
37+
so we make this conditional so it doesn't appear in the test runner.
38+
-->
39+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.128" PrivateAssets="all" Condition="$(TargetPlatformIdentifier) != 'UAP'" />
3540
</ItemGroup>
3641

3742
<ItemGroup Condition="'$(IsTestProject)' == 'true'">

Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Benchmarks.System.Reactive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
40+
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
4141
<PackageReference Include="WindowsBase" Version="4.6.1055" />
4242
</ItemGroup>
4343

Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
29-
<PackageReference Include="Verify.Xunit" Version="19.11.2" />
29+
<PackageReference Include="Verify.Xunit" Version="19.14.1" />
3030
<PackageReference Include="xunit" Version="2.4.2" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
3232
<PackageReference Include="DiffPlex" Version="1.7.1" />

0 commit comments

Comments
 (0)