diff --git a/Directory.Build.props b/Directory.Build.props index 5eeb3ed7f86822..ce5c6e9173bc81 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -190,11 +190,6 @@ $([MSBuild]::NormalizeDirectory($(WasmProjectRoot), 'build')) - - true - true - - true android+browser+wasi diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 223eae78ef3ee3..72842bbc36f7b7 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -34,12 +34,8 @@ true true true - - true true - - true $(InnerBuildArgs) /p:AdditionalRuntimeIdentifierParent=$(BaseOS) /p:BaseOS=$(BaseOS) $(InnerBuildArgs) /p:WasmEnableThreads=true - $(InnerBuildArgs) /p:DotNetBuildRuntimeNativeAOTRuntimePack=$(DotNetBuildRuntimeNativeAOTRuntimePack) $(InnerBuildArgs) /p:MonoEnableLLVM=$(DotNetBuildMonoEnableLLVM) $(InnerBuildArgs) /p:MonoAOTEnableLLVM=$(DotNetBuildMonoAOTEnableLLVM) $(InnerBuildArgs) /p:MonoBundleLLVMOptimizer=$(DotNetBuildMonoBundleLLVMOptimizer) - $(InnerBuildArgs) /p:DotNetBuildMonoCrossAOT=$(DotNetBuildMonoCrossAOT) $(InnerBuildArgs) /p:DotNetBuildAllRuntimePacks=$(DotNetBuildAllRuntimePacks) $(InnerBuildArgs) $(FlagParameterPrefix)pgoinstrument diff --git a/eng/Subsets.props b/eng/Subsets.props index 266add7128805c..50f75b082ea808 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -66,7 +66,6 @@ clr.nativeaotruntime+clr.nativeaotlibs+libs+packs clr+libs+tools+host+packs - clr.nativeaotlibs+clr.nativeaotruntime+libs+packs mono+packs @@ -85,7 +84,7 @@ <_subset Condition="'$(Subset)' != ''">+$(Subset.ToLowerInvariant())+ <_subset Condition="'$(Subset)' == ''">+$(DefaultSubsets)+ - + CoreCLR @@ -605,11 +604,10 @@ - <_BuildCoreCLRRuntimePack Condition="'$(RuntimeFlavor)' == 'CoreCLR' and '$(CoreCLRSupported)' == 'true' and '$(BuildNativeAOTRuntimePack)' != 'true'">true - <_BuildMonoRuntimePack Condition="'$(RuntimeFlavor)' == 'Mono' and '$(MonoSupported)' == 'true' and '$(BuildNativeAOTRuntimePack)' != 'true'">true - <_BuildNativeAOTRuntimePack Condition="'$(BuildNativeAOTRuntimePack)' == 'true'">true - <_BuildHostPack Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true' and '$(BuildNativeAOTRuntimePack)' != 'true'">true - <_BuildBundle Condition="'$(BuildNativeAOTRuntimePack)' != 'true' and '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true'">true + <_BuildCoreCLRRuntimePack Condition="'$(RuntimeFlavor)' == 'CoreCLR' and '$(CoreCLRSupported)' == 'true'">true + <_BuildMonoRuntimePack Condition="'$(RuntimeFlavor)' == 'Mono' and '$(MonoSupported)' == 'true'">true + <_BuildHostPack Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true'">true + <_BuildBundle Condition="'$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)' and '$(TargetsMobile)' != 'true'">true @@ -632,7 +630,7 @@ - + diff --git a/src/installer/pkg/projects/nativeaot-packages.proj b/src/installer/pkg/projects/nativeaot-packages.proj index fc00d78b0c5b12..b595925188db96 100644 --- a/src/installer/pkg/projects/nativeaot-packages.proj +++ b/src/installer/pkg/projects/nativeaot-packages.proj @@ -1,7 +1,7 @@ - + diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj index 43c28ec1015bbf..8692e3050a0b26 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj @@ -10,10 +10,6 @@ A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets. - - true - -