diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml
index cee35b81694..942680e73b7 100644
--- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml
+++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/BuildPropertyPage.xaml
@@ -196,7 +196,7 @@
(and
- (has-project-capability "NativeAOTProperties")
+ (has-project-capability "NativeAOT")
(has-evaluated-value "Application" "OutputType" "Library"))
@@ -216,7 +216,7 @@
(and
- (has-project-capability "NativeAOTProperties")
+ (has-project-capability "NativeAOT")
(has-evaluated-value "Application" "OutputType" "Library"))
@@ -446,7 +446,7 @@
(and
- (has-project-capability "NativeAOTProperties")
+ (has-project-capability "NativeAOT")
(not (has-evaluated-value "Application" "OutputType" "Library")))
@@ -465,7 +465,7 @@
(and
- (has-project-capability "NativeAOTProperties")
+ (has-project-capability "NativeAOT")
(not (has-evaluated-value "Application" "OutputType" "Library")))