Skip to content

Commit 33a3cfa

Browse files
author
James Harling
committed
Update package references to avoid conflicts in consuming applications
1 parent bafccde commit 33a3cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Runpath.Extensions.Logging.AzureEventHubs/Runpath.Extensions.Logging.AzureEventHubs.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Company>Runpath Digital</Company>
88
<Authors>Runpath Digital</Authors>
99
<Description>Azure Event Hubs logger provider implementation for Microsoft.Extensions.Logging.</Description>
10-
<Version>1.0.1</Version>
10+
<Version>1.1.0</Version>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageTags>logging azure event hubs</PackageTags>
1313
<PackageProjectUrl>https://github.com/Runpath/Runpath.Extensions.Logging.AzureEventHubs</PackageProjectUrl>
@@ -32,10 +32,10 @@
3232
<ItemGroup>
3333
<Compile Include="../shared/*.cs" />
3434

35-
<PackageReference Include="Microsoft.Azure.EventHubs" Version="3.0.0" />
35+
<PackageReference Include="Microsoft.Azure.EventHubs" Version="4.1.0" />
3636
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
3737
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="2.1.1" />
38-
<PackageReference Include="System.Threading.Channels" Version="4.5.0" />
38+
<PackageReference Include="System.Threading.Channels" Version="4.7.0" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)