10 lines
329 B
XML
10 lines
329 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<!-- Disable KoreBuild restrictions while we re-work dependency management. -->
|
|
<DisablePackageReferenceRestrictions>true</DisablePackageReferenceRestrictions>
|
|
<SignCheckExclusionsFile>$(RepositoryRoot)eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|