WorkaroundsImported.targets 400 B

12345
  1. <!-- Use this file to workaround issues. List the issue tracking the item to fix so we can remove the workaround when the issue is resolved. -->
  2. <Project>
  3. <!-- Workaround https://github.com/dotnet/source-build/issues/1112. Source link is currently disabled in source build so define this dummy target which is required for pack. -->
  4. <Target Name="InitializeSourceControlInformation"/>
  5. </Project>