Brightspace / rules_csharp

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

Add .NET Standard < 2.0 to @net #7

Open j3parker opened 5 years ago

j3parker commented 5 years ago

See also #6 (.NET Framework) and #8 (.NET Core)

The NETStandard.Library package has reference assemblies for .NET Standard. The layout doesn't match .NET Framework, so this will be slightly different. It looks like that is a meta-package and we will need to download it's dependencies.

j3parker commented 5 years ago

44 added support for netstandard2.0. It was easy because things get a lot simpler at that point. We should probably still enable versions before 2.0.

2.1 is not yet published in the NetStandard.Library package.

j3parker commented 5 years ago

Moved from "Generally usable" to "v1" because I think supporting the recent frameworks is enough to count as generally usable.