Skip to content

Commit

Permalink
Merge pull request #9273 from melytc/native-aot
Browse files Browse the repository at this point in the history
Rename NativeAOTProperties to NativeAOT.
  • Loading branch information
melytc committed Sep 26, 2023
2 parents c66a239 + d3c868c commit 9b28338
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 9b28338

Please sign in to comment.