Skip to content

Commit 4cee8ff

Browse files
committed
Use a newer version of .NET for the example app
1 parent cd4d592 commit 4cee8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cronofy.Example/Cronofy.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<PropertyGroup>
2525
<OutputType>Exe</OutputType>
26-
<TargetFramework>netcoreapp3.1</TargetFramework>
26+
<TargetFramework>net7</TargetFramework>
2727
<IsPackable>false</IsPackable>
2828
</PropertyGroup>
2929

0 commit comments

Comments
 (0)