File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5454 <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0" />
5555 </ItemGroup >
5656
57+ <!-- Include the ILLink file (to properly trim configuration switches in publish builds) -->
58+ <ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >
59+ <EmbeddedResource Include =" Properties\ILLink.Substitutions.xml" LogicalName =" ILLink.Substitutions.xml" />
60+ </ItemGroup >
61+
5762 <!-- Reference CsWinRT when targeting Windows, to get the latest source generators -->
5863 <ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0-windows10.0.17763.0'))" >
5964 <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 1+ <linker >
2+ <assembly fullname =" CommunityToolkit.Mvvm" >
3+ <type fullname =" CommunityToolkit.Mvvm.FeatureSwitches" >
4+
5+ <!-- MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT switch -->
6+ <method signature =" System.Boolean get_EnableINotifyPropertyChangingSupport()" body =" stub" value =" false" feature =" MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT" featurevalue =" false" />
7+ <method signature =" System.Boolean get_EnableINotifyPropertyChangingSupport()" body =" stub" value =" true" feature =" MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT" featurevalue =" true" />
8+ </type >
9+ </assembly >
10+ </linker >
You can’t perform that action at this time.
0 commit comments