Skip to content

Commit

Permalink
Use net8.0 in Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Nov 15, 2023
1 parent a9dd214 commit 7263661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Condition="Exists('$(MSBuildThisFileDirectory)/../Directory.Build.props')" />

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 7263661

Please sign in to comment.