Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit eb91222

Browse files
fix kestrel null reference exception (#340)
Found by dotnet/aspnetcore#28112 (comment)
1 parent c417b54 commit eb91222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/ConsoleClientWithBrowser/ConsoleClientWithBrowser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
14+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1515
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
1616
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)