File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 86
86
<PackageToInclude Include =" $(XUnitRunnerPackageId)" />
87
87
</ItemGroup >
88
88
89
+ <PropertyGroup Condition =" '$(TargetGroup)' == 'uap'" >
90
+ <UAPToolsPackageVersion >1.0.7</UAPToolsPackageVersion >
91
+ </PropertyGroup >
92
+
93
+ <ItemGroup Condition =" '$(TargetGroup)' == 'uap'" >
94
+ <PackageReference Include =" Microsoft.DotNet.UAP.TestTools" >
95
+ <Version >$(UAPToolsPackageVersion)</Version >
96
+ </PackageReference >
97
+ </ItemGroup >
98
+
89
99
<!-- System.Data.SqlClient tests require sni.dll in the test folder -->
90
100
<ItemGroup Condition =" '$(TargetGroup)' == 'uapaot'" >
91
101
<PackageReference Include =" runtime.native.System.Data.SqlClient.sni" >
114
124
Condition =" '$(TargetGroup)'=='uap'" >
115
125
116
126
<PropertyGroup >
117
- <UAPToolsPackageVersion >1.0.2</UAPToolsPackageVersion >
118
127
<UAPToolsPackageName >microsoft.dotnet.uap.testtools</UAPToolsPackageName >
119
128
120
129
<UAPToolsFolder Condition =" '$(UAPToolsFolder)'==''" >$(PackagesDir)$(UAPToolsPackageName)\$(UAPToolsPackageVersion)\Tools</UAPToolsFolder >
Original file line number Diff line number Diff line change 3
3
"net45" : {
4
4
"dependencies" : {
5
5
"Microsoft.DotNet.IBCMerge" : " 4.6.0-alpha-00001" ,
6
- "Microsoft.DotNet.UAP.TestTools" : " 1.0.2" ,
7
6
"TestILC.amd64ret" : " 1.0.0-beta-25413-00" ,
8
7
"TestILC.armret" : " 1.0.0-beta-25413-00" ,
9
8
"TestILC.x86ret" : " 1.0.0-beta-25413-00"
You can’t perform that action at this time.
0 commit comments