Skip to content

Commit adbe001

Browse files
Avoid using TargetFramework in build targets (#36545)
Fixes #36510 Co-authored-by: Pranav K <[email protected]>
1 parent 2fb20b4 commit adbe001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22

3-
<Import Project="..\..\build\$(TargetFramework)\Microsoft.AspNetCore.Mvc.Testing.targets" />
3+
<Import Project="..\..\build\net6.0\Microsoft.AspNetCore.Mvc.Testing.targets" />
44

55
</Project>

0 commit comments

Comments
 (0)