Skip to content

Commit d1b6f46

Browse files
authored
Merge pull request #19 from kasperk81/patch-1
2 parents 64bd859 + 0268838 commit d1b6f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)