Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
Test setting framework explicitly.
  • Loading branch information
neilr81 authored Feb 8, 2024
1 parent 8884235 commit d1c7574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ExecutableTargetFrameworks>$(NetCoreVersions)</ExecutableTargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="UnitTest Targets">
<UnitTestTargetFrameworks>$(LatestSupportedDotNetVersion)</UnitTestTargetFrameworks>
<UnitTestTargetFrameworks>net8.0</UnitTestTargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="Project Settings" >
<Platforms>AnyCPU</Platforms>
Expand Down

0 comments on commit d1c7574

Please sign in to comment.