提交 dca9c525 编写于 作者: M Martin Zikmund

chore: Undo RuntimeTests.csproj changes

上级 008224be
......@@ -64,7 +64,7 @@
<ItemGroup Condition="'$(TargetFramework)'=='uap10.0.18362'">
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.2-prerelease.220830001" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0-prerelease.210816001" />
<PackageReference Include="Uno.Core.Extensions.Logging" />
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" />
......@@ -74,13 +74,13 @@
<!-- We remove Unit tests imported from MUX on UAP as they are usualy heavily relying on internal classes.-->
<Compile Remove="$(MSBuildThisFileDirectory)MUX\Microsoft_UI_XAML_Controls\**\*.cs" />
<!-- We remove WebView2 tests, as the installed version of Microsoft.UI.Xaml does not include this control -->
<Compile Remove="$(MSBuildThisFileDirectory)Tests\Microsoft_UI_Xaml_Controls\Given_WebView2.cs" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='uap10.0.18362'">
<!--SkipMicrosoftUIXamlCheckTargetPlatformVersion is required for Microsoft.UI.Xaml as we only validate compilation on UAP-->
<SkipMicrosoftUIXamlCheckTargetPlatformVersion>true</SkipMicrosoftUIXamlCheckTargetPlatformVersion>
<DefineConstants>$(DefineConstants);WINDOWS_UWP</DefineConstants>
<Platforms>x86;x64;ARM64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='uap10.0.18362'">
......@@ -110,4 +110,4 @@
<Import Project="..\SourceGenerators\Uno.UI.SourceGenerators\Content\Uno.UI.SourceGenerators.props" />
<Import Project="..\SourceGenerators\Uno.UI.Tasks\Content\Uno.UI.Tasks.targets" Condition="'$(SkipUnoResourceGeneration)' == '' " />
</Project>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册