Brightspace / rules_csharp

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

Correct .NET 5 runtime framework version #149

Closed jimevans closed 3 years ago

jimevans commented 3 years ago

The runtime framework version for .NET 5 is not the same as the SDK version. The SDK version is 5.0.100; the runtime framework version is 5.0.0. This commit addresses that discrepancy.