/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Framework/Directory.Build.props
26 строк
1 KB
William Godbe
Use Wix5 in SharedFx/Targeting Pack .msi's (#65637)
04 мар 2026, 20:23
Не верифицирован
04 мар 2026, 20:23
5c76285
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> <PropertyGroup> <ManifestsPackagePath>data/</ManifestsPackagePath> <AnalyzersPackagePath>analyzers/</AnalyzersPackagePath> <!-- Shared between targeting pack and runtime build. --> <PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName> <PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath> <UseWix5>true</UseWix5> <!-- Platform manifest and package override metadata --> <ReferencePackSharedFxVersion>$(AspNetCoreMajorMinorVersion).0</ReferencePackSharedFxVersion> <ReferencePackSharedFxVersion Condition="'$(VersionSuffix)' != ''">$(ReferencePackSharedFxVersion)-$(VersionSuffix)</ReferencePackSharedFxVersion> </PropertyGroup> <ItemGroup> <FrameworkListRootAttributes Include="Name" Value="$(AspNetCoreAppFrameworkBrandName)" /> <FrameworkListRootAttributes Include="TargetFrameworkIdentifier" Value="$(NETCoreAppFrameworkIdentifier)" /> <FrameworkListRootAttributes Include="TargetFrameworkVersion" Value="$([MSBuild]::GetTargetFrameworkVersion('$(DefaultNetCoreTargetFramework)', 2))" /> <FrameworkListRootAttributes Include="FrameworkName" Value="$(SharedFxName)" /> </ItemGroup> </Project>