Skip to content

Commit

Permalink
Removed additional .NET 6 and .NET 7 build targets
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Dec 21, 2024
1 parent 536f3dd commit 6e76f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$(MSBuildThisFileDirectory)..\properties\dapr_managed_netcore.props" />

<PropertyGroup>
<TargetFrameworks>net6;net7;net8;net9</TargetFrameworks>
<TargetFrameworks>net8;net9</TargetFrameworks>

<!-- Set Output Path for tests-->
<OutputPath>$(RepoRoot)bin\$(Configuration)\test\$(MSBuildProjectName)\</OutputPath>
Expand Down

0 comments on commit 6e76f0b

Please sign in to comment.