This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 01f440c Updated NuGet packages
01f440c is described below
commit 01f440cb79ea67b05b7f5166705416cbb191405a
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Mar 16 09:17:59 2023 +0100
Updated NuGet packages
---
src/DotPulsar/DotPulsar.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 416ab3c..474ae5d 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="7.0.3" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="7.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"
PrivateAssets="All" />
<PackageReference Include="protobuf-net" Version="3.2.12" />
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
@@ -32,11 +32,11 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.1" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.1" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.2" />
</ItemGroup>
<ItemGroup>