Skip to content

Commit 98d56fc

Browse files
dependabot[bot]kzu
authored andcommitted
Bump System.Threading.Channels from 5.0.0 to 6.0.0
Bumps [System.Threading.Channels](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: System.Threading.Channels dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8070713 commit 98d56fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WebSocketChannel/WebSocketChannel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
14-
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
14+
<PackageReference Include="System.Threading.Channels" Version="7.0.0" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)