Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

We need to support NuGet packages that only have net11/net35/net403. #59

Closed j3parker closed 5 years ago

j3parker commented 5 years ago

We can't compile new DLLs for these frameworks (because MS doesn't make reference assemblies available for them yet) but we should be able to import them and use them like normal.

See #53 for an approach I abandoned because it's weird.

This is critical for D2L (if we want to avoid custom BUILD files more).