dotnet-sdk/test/Directory.Build.props

17 lines
572 B
XML

<Project>
<Import Project="$(MSBuildThisFileDirectory)..\properties\dapr_managed_netcore.props" />
<PropertyGroup>
<TargetFrameworks>net6;net7;net8;net9</TargetFrameworks>
<!-- Set Output Path for tests-->
<OutputPath>$(RepoRoot)bin\$(Configuration)\test\$(MSBuildProjectName)\</OutputPath>
<IsPackable>false</IsPackable>
</PropertyGroup>
<!-- Used to annotate PR with test failures: https://github.com/Tyrrrz/GitHubActionsTestLogger -->
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" />
</ItemGroup>
</Project>