|
@@ -17,10 +17,7 @@
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">$(VisualStudioVersion)</UnitTestPlatformVersion>
|
|
|
- <PackageCertificateKeyFile>Tests.System.Reactive.Uwp.DeviceRunner_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
|
- <PackageCertificateThumbprint>8570A5641EDE61A2AB21E12809E9E0376A041E8C</PackageCertificateThumbprint>
|
|
|
- <SignAssembly>false</SignAssembly>
|
|
|
- <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
|
|
+ <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
|
|
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
@@ -125,7 +122,6 @@
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
<SubType>Designer</SubType>
|
|
|
</AppxManifest>
|
|
|
- <None Include="Tests.System.Reactive.Uwp.DeviceRunner_TemporaryKey.pfx" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
@@ -138,10 +134,15 @@
|
|
|
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
|
|
|
- <PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
|
|
|
- <PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
|
|
|
- <PackageReference Include="xunit.assert" Version="2.4.2" />
|
|
|
+ <!--
|
|
|
+ Downgrading to 6.2.12 because that's the version the facade packages currently end up with.
|
|
|
+ (It's not entirely clear where they get that from, but I think it's to do with the
|
|
|
+ Windows API version they select, and I don't want to upgrade those to a newer version.)
|
|
|
+ -->
|
|
|
+ <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
|
|
|
+ <PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
|
|
|
+ <PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
|
|
|
+ <PackageReference Include="xunit.assert" Version="2.8.0" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ApplicationDefinition Include="App.xaml">
|