Skip to content

Commit 6f42854

Browse files
committed
disable ReadyToRun as it was mistakenly trimming Microsoft.UI.Xaml.Controls.ScrollView from Microsoft.WinUI.dll
1 parent 10d21fb commit 6f42854

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

WinUIGallery/Properties/PublishProfiles/win10-arm64-unpackaged.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>ARM64</Platform>
99
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>False</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

WinUIGallery/Properties/PublishProfiles/win10-arm64.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>ARM64</Platform>
99
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>True</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

WinUIGallery/Properties/PublishProfiles/win10-x64-unpackaged.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x64</Platform>
99
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>False</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x64</Platform>
99
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>True</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

WinUIGallery/Properties/PublishProfiles/win10-x86-unpackaged.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x86</Platform>
99
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>False</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

WinUIGallery/Properties/PublishProfiles/win10-x86.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x86</Platform>
99
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
10-
<SelfContained>true</SelfContained>
10+
<SelfContained>True</SelfContained>
1111
<PublishSingleFile>False</PublishSingleFile>
1212
<PublishAppxPackage>True</PublishAppxPackage>
13-
<PublishReadyToRun>$(Optimized)</PublishReadyToRun>
13+
<PublishReadyToRun>False</PublishReadyToRun>
1414
<PublishTrimmed>$(Optimized)</PublishTrimmed>
1515
</PropertyGroup>
1616
</Project>

0 commit comments

Comments
 (0)