We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d64e31 commit 7b5793dCopy full SHA for 7b5793d
sample/Sample/Sample.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
11
<PackageReference Include="Serilog" Version="4.2.0" />
12
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
13
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
0 commit comments