We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Count()
1 parent 6249b30 commit c3dae70Copy full SHA for c3dae70
settings/sln.build.targets
@@ -21,7 +21,7 @@
21
22
<Error
23
Code="OLD002"
24
- Text="Missing NuGet package reference to `NetEvolve.Defaults`. This package will replace `eng` folder. @(_NetEvolveDefaults->Count()) == 0"
+ Text="Missing NuGet package reference to `NetEvolve.Defaults`. This package will replace `eng` folder."
25
File="$(MSBuildProjectFile)"
26
Condition="@(_NetEvolveDefaults->Count()) == 0" />
27
</Target>
0 commit comments