Skip to content

Commit 0268838

Browse files
authored
use correct framework
1 parent 64bd859 commit 0268838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/ConsoleDemo/ConsoleDemo.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFrameworks>net80</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
@@ -10,4 +10,4 @@
1010
<ItemGroup>
1111
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
1212
</ItemGroup>
13-
</Project>
13+
</Project>

0 commit comments

Comments
 (0)