AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Remove explicit Microsoft.NETFramework.ReferenceAssemblies PackageReference #151

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

If this builds, I guess we don't need it any more. The SDK is supposed to implicitly reference it, but we added it back when there were certain TFMs or SDK version that didn't actually do it.