1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Set the publishing infra version to 3 (#59165)

Before this was not important because runtime was calling its own publishing tasks with the property explicitly set, but since the introduction of arcade powered source build this property is needed to avoid ArPow from defaulting to v2.
This commit is contained in:
Matt Mitchell 2021-09-15 15:36:05 -07:00 committed by GitHub
parent 467f5c646b
commit b83e5feab5
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
<Project>
<!-- TODO: Consolidate the Publishing.props files into here. -->
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
</PropertyGroup>
</Project>