Files
2026-03-05 09:56:57 +01:00

7 lines
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="PackageReferenceCheck" BeforeTargets="Build">
<Error Text="Must use PackageReference" Condition="'@(PackageReference)' == ''" />
</Target>
</Project>