File tree 2 files changed +3
-8
lines changed
src/TestFramework/TestFramework.Extensions
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 69
69
<file src =" net8.0\**\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll" target =" lib\net8.0\" />
70
70
<file src =" net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" target =" build\net8.0\" />
71
71
<file src =" net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" build\net8.0\" />
72
-
73
- <!-- net8.0-windows10.0.26100.0 -->
74
- <file src =" net8.0\build\winui\MSTest.TestFramework.targets" target =" build\net8.0-windows10.0.26100.0\" />
75
- <file src =" net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll" target =" lib\net8.0-windows10.0.26100.0\" />
76
- <file src =" net8.0\Microsoft.VisualStudio.TestPlatform.TestFramework.xml" target =" lib\net8.0-windows10.0.26100.0\" />
77
- <file src =" net8.0-windows10.0.26100.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" target =" build\net8.0-windows10.0.26100.0\uwp\" />
78
- <file src =" net8.0-windows10.0.26100.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" build\net8.0-windows10.0.26100.0\uwp\" />
72
+ <file src =" net8.0-windows10.0.26100.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" target =" build\net8.0\uwp\" />
73
+ <file src =" net8.0-windows10.0.26100.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" build\net8.0\uwp\" />
79
74
80
75
<!-- Source code -->
81
76
<file src =" $srcroot$\**\*.cs" target =" src" />
Original file line number Diff line number Diff line change 4
4
<_TestFrameworkExtensionsRoot >$(MSBuildThisFileDirectory)../net6.0/winui/</_TestFrameworkExtensionsRoot >
5
5
</PropertyGroup >
6
6
<PropertyGroup Condition =" '$(UseUwpTools)' == 'true' " >
7
- <_TestFrameworkExtensionsRoot >$(MSBuildThisFileDirectory)../net8.0-windows10.0.26100.0 /uwp/</_TestFrameworkExtensionsRoot >
7
+ <_TestFrameworkExtensionsRoot >$(MSBuildThisFileDirectory)../net8.0/uwp/</_TestFrameworkExtensionsRoot >
8
8
</PropertyGroup >
9
9
<PropertyGroup Condition =" '$(UseWinUI)' != 'true' " >
10
10
<_TestFrameworkExtensionsRoot >$(MSBuildThisFileDirectory)</_TestFrameworkExtensionsRoot >
You can’t perform that action at this time.
0 commit comments