Skip to content

Commit 7f864c1

Browse files
Bump Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (#2271)
Bumps [Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets](https://github.com/dotnet/aspnetcore) from 2.1.3 to 2.1.40. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f82d1b commit 7f864c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Stack/Opc.Ua.Bindings.Https/Opc.Ua.Bindings.Https.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
<TargetFrameworks>$(HttpsTargetFrameworks)</TargetFrameworks>
@@ -29,7 +29,7 @@
2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.3" />
3131
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.25" />
32-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="2.1.3" />
32+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="2.1.40" />
3333
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.1.3" />
3434
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.34" />
3535
<PackageReference Include="System.Io.Pipelines" Version="6.0.3" />

0 commit comments

Comments
 (0)