Skip to content

Commit

Permalink
Rename NativeAOTProperties to NativeAOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
melytc committed Sep 26, 2023
1 parent c66a239 commit d3c868c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>
(and
(has-project-capability "NativeAOTProperties")
(has-project-capability "NativeAOT")
(has-evaluated-value "Application" "OutputType" "Library"))
</NameValuePair.Value>
</NameValuePair>
Expand All @@ -216,7 +216,7 @@
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>
(and
(has-project-capability "NativeAOTProperties")
(has-project-capability "NativeAOT")
(has-evaluated-value "Application" "OutputType" "Library"))
</NameValuePair.Value>
</NameValuePair>
Expand Down Expand Up @@ -446,7 +446,7 @@
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>
(and
(has-project-capability "NativeAOTProperties")
(has-project-capability "NativeAOT")
(not (has-evaluated-value "Application" "OutputType" "Library")))
</NameValuePair.Value>
</NameValuePair>
Expand All @@ -465,7 +465,7 @@
<NameValuePair Name="VisibilityCondition">
<NameValuePair.Value>
(and
(has-project-capability "NativeAOTProperties")
(has-project-capability "NativeAOT")
(not (has-evaluated-value "Application" "OutputType" "Library")))
</NameValuePair.Value>
</NameValuePair>
Expand Down

0 comments on commit d3c868c

Please sign in to comment.