CSFML icon indicating copy to clipboard operation
CSFML copied to clipboard

Use Microsoft.Build.NoTargets for the NuGet package

Open eXpl0it3r opened this issue 4 years ago • 0 comments

As we're not actually building any assemblies, but just package C libs, it would make sense to use Microsoft.Build.NoTargets as SDK target instead.

See also:

  • https://github.com/microsoft/MSBuildSdks/tree/main/src/NoTargets
  • https://www.nuget.org/packages/Microsoft.Build.NoTargets/

eXpl0it3r avatar Nov 15 '21 08:11 eXpl0it3r