Skip to content

Commit 23da006

Browse files
committed
Change target framework of console sample from .NET 7 to .NET 8
1 parent a5a0c96 commit 23da006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCalendarConsoleSample/XCalendarConsoleSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)