Skip to content

Commit

Permalink
Change target framework of console sample from .NET 7 to .NET 8 (#184)
Browse files Browse the repository at this point in the history
ME-MarvinE authored Mar 10, 2024
2 parents a5a0c96 + 23da006 commit c1a60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCalendarConsoleSample/XCalendarConsoleSample.csproj
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>

0 comments on commit c1a60bd

Please sign in to comment.