aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 123 forks source link

Templates targeting .NET Framework should not include "System.Data" #961

Closed davkean closed 7 years ago

davkean commented 7 years ago

System.Data is already being referenced by the default set of targets: https://github.com/dotnet/sdk/blob/08fc30a4a6f7c304096721b5e45f3ba1c7f7b18f/src/Tasks/Microsoft.NET.Build.Tasks/build/Microsoft.NET.Sdk.BeforeCommon.targets#L82.

This is resulting in VSProject.References returning two System.Data's, one that is resolved and one that is not.

mlorbetske commented 7 years ago

This was fixed with https://github.com/aspnet/Templates/pull/796