We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2852824 commit a00382fCopy full SHA for a00382f
Rx.NET/Source/Directory.build.props
@@ -36,7 +36,7 @@
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'" />
+ <PackageReference Include="Nerdbank.GitVersioning" Version="3.6.132" PrivateAssets="all" Condition="$(TargetPlatformIdentifier) != 'UAP'" />
40
</ItemGroup>
41
42
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
0 commit comments