Skip to content

Commit

Permalink
Fix CI (#1879)
Browse files Browse the repository at this point in the history
* Fix WUX test build expecting target platform version after recent VS update

* Fix test

* Fix tests via another way
  • Loading branch information
manodasanW authored Nov 30, 2024
1 parent d6b7e97 commit 2fbe1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tests/AuthoringWuxTest/AuthoringWuxTest.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Platforms>x64;x86</Platforms>
<CsWinRTComponent>true</CsWinRTComponent>
<IsTrimmable>true</IsTrimmable>
<UseUwp>true</UseUwp>
<UseUwpTools>false</UseUwpTools>
<CsWinRTUseWindowsUIXamlProjections>true</CsWinRTUseWindowsUIXamlProjections>
<!-- CsWinRTEnableLogging helps to diagnose generation issues -->
<!-- <CsWinRTEnableLogging>true</CsWinRTEnableLogging> -->
Expand Down

0 comments on commit 2fbe1af

Please sign in to comment.