Skip to content

Commit

Permalink
update tests to net9
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Nov 14, 2024
1 parent 387a4dc commit b431be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DevApps/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<TargetFrameworks>net6.0; net7.0; net8.0</TargetFrameworks>
<TargetFrameworks>net6.0; net7.0; net8.0; net9.0</TargetFrameworks>
<TargetFrameworks Condition="'$(TargetNet9)'== 'True'">$(TargetFrameworks); net9.0</TargetFrameworks>
<UseWip>true</UseWip>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit b431be5

Please sign in to comment.