Skip to content

Commit c3dae70

Browse files
committed
fix: Removed Count() marker
1 parent 6249b30 commit c3dae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/sln.build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<Error
2323
Code="OLD002"
24-
Text="Missing NuGet package reference to `NetEvolve.Defaults`. This package will replace `eng` folder. @(_NetEvolveDefaults->Count()) == 0"
24+
Text="Missing NuGet package reference to `NetEvolve.Defaults`. This package will replace `eng` folder."
2525
File="$(MSBuildProjectFile)"
2626
Condition="@(_NetEvolveDefaults->Count()) == 0" />
2727
</Target>

0 commit comments

Comments
 (0)