Skip to content

Commit

Permalink
fix: Adjust net6 library template for default xaml includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored May 30, 2022
1 parent 48ce808 commit a6e56ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.22000.24" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'!='net6.0-windows10.0.18362'">
<Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
Expand Down

0 comments on commit a6e56ed

Please sign in to comment.