File tree 6 files changed +11
-5
lines changed
src/TestFramework/TestFramework.Extensions
PublicAPI/net9.0-windows10.0.17763.0
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 27
27
<PropertyGroup >
28
28
<NetFrameworkMinimum >net462</NetFrameworkMinimum >
29
29
<UwpMinimum >uap10.0.16299</UwpMinimum >
30
- <UwpNet9Minimum >net8 .0-windows10.0.26100 .0</UwpNet9Minimum >
30
+ <UwpNet9Minimum >net9 .0-windows10.0.17763 .0</UwpNet9Minimum >
31
31
<WinUiMinimum >net6.0-windows10.0.18362.0</WinUiMinimum >
32
32
<NetCurrent >net8.0</NetCurrent >
33
33
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
- <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\" />
72
+
73
+ <!-- net9.0 -->
74
+ <file src =" net9.0-windows10.0.17763.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" target =" build\net9.0\uwp\" />
75
+ <file src =" net9.0-windows10.0.17763.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" target =" build\net9.0\uwp\" />
74
76
75
77
<!-- Source code -->
76
78
<file src =" $srcroot$\**\*.cs" target =" src" />
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 28
28
- .NET 6.0
29
29
- .NET 6.0 Windows.18362+
30
30
- UWP 10.0.16299
31
- - UWP 10.0.26100 with .NET 9
31
+ - UWP 10.0.17763 with .NET 9
32
32
</PackageDescription >
33
33
</PropertyGroup >
34
34
52
52
</PropertyGroup >
53
53
<PropertyGroup Condition =" '$(TargetFramework)' == '$(UwpNet9Minimum)' " >
54
54
<DefineConstants >$(DefineConstants);WINDOWS_UWP</DefineConstants >
55
+ <TargetPlatformVersion >10.0.17763.0</TargetPlatformVersion >
56
+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
57
+ <SupportedOSPlatformVersion >10.0.17763.0</SupportedOSPlatformVersion >
58
+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
55
59
</PropertyGroup >
56
60
57
61
<ItemGroup >
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/uwp/</_TestFrameworkExtensionsRoot >
7
+ <_TestFrameworkExtensionsRoot >$(MSBuildThisFileDirectory)../net9 .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