We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bd859 commit 0268838Copy full SHA for 0268838
sample/ConsoleDemo/ConsoleDemo.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFrameworks>net80</TargetFrameworks>
+ <TargetFrameworks>net8.0</TargetFrameworks>
5
<IsPackable>false</IsPackable>
6
</PropertyGroup>
7
<ItemGroup>
@@ -10,4 +10,4 @@
10
11
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
12
</ItemGroup>
13
-</Project>
+</Project>
0 commit comments