8000 do not pin package versions to the GA release, keep them up-to-date w… · dotnet/windowsdesktop@b531066 · GitHub
[go: up one dir, main page]

Skip to content

Commit b531066

Browse files
do not pin package versions to the GA release, keep them up-to-date with the latest servicing release. THis is the default arcade behavior, thus let it generate the manifest.
1 parent de960f5 commit b531066

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/windowsdesktop/src/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<InstallerName>windowsdesktop-targeting-pack</InstallerName>
1010
<InstallerRuntimeIdentifiers>win-x64;win-x86;win-arm64</InstallerRuntimeIdentifiers>
1111
<VSInsertionShortComponentName>WindowsDesktop.TargetingPack</VSInsertionShortComponentName>
12-
<CreatePlatformManifest Condition="'$(PreReleaseVersionLabel)' == 'servicing'">false</CreatePlatformManifest>
1312
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1413
<PackageReadmeFile>PACKAGE.md</PackageReadmeFile>
1514
</PropertyGroup>
@@ -33,8 +32,4 @@
3332
<!-- Windows Forms validation and packaging -->
3433
<Import Project="WindowsForms.Packaging.targets" />
3534

36-
<ItemGroup Condition="'$(CreatePlatformManifest)' == 'false'">
37-
<FilesToPackage Include="PlatformManifest.txt" TargetPath="data" GeneratedBuildFile="true" />
38-
</ItemGroup>
39-
4035
</Project>

0 commit comments

Comments
 (0)
0