File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Smdn.Reflection.ReverseGenerating.ListApi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ SPDX-License-Identifier: MIT
3232 <TestProjects Include =" $(TestAssemblyRootDirectory)\LibA\LibA.csproj" />
3333 </ItemGroup >
3434
35- <MSBuild Projects =" @(TestProjects)" Targets =" Build " Properties =" Configuration=Release;TargetFramework=netstandard2.1" >
35+ <MSBuild Projects =" @(TestProjects)" Targets =" $(_TestProjectBuildTargets) " Properties =" Configuration=Release;TargetFramework=netstandard2.1" >
3636 <Output TaskParameter =" TargetOutputs" ItemName =" TestAssembliesNetStandard21" />
3737 </MSBuild >
38- <MSBuild Projects =" @(TestProjects)" Targets =" Build " Properties =" Configuration=Release;TargetFramework=net5.0" >
38+ <MSBuild Projects =" @(TestProjects)" Targets =" $(_TestProjectBuildTargets) " Properties =" Configuration=Release;TargetFramework=net5.0" >
3939 <Output TaskParameter =" TargetOutputs" ItemName =" TestAssembliesNet50" />
4040 </MSBuild >
41- <MSBuild Projects =" @(TestProjects)" Targets =" Build " Properties =" Configuration=Release;TargetFramework=net6.0" >
41+ <MSBuild Projects =" @(TestProjects)" Targets =" $(_TestProjectBuildTargets) " Properties =" Configuration=Release;TargetFramework=net6.0" >
4242 <Output TaskParameter =" TargetOutputs" ItemName =" TestAssembliesNet60" />
4343 </MSBuild >
4444
You can’t perform that action at this time.
0 commit comments