Brightspace / rules_csharp

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

Arg tweaks to match MSBuild #47

Closed j3parker closed 5 years ago

j3parker commented 5 years ago

A minor grab-bag.

j3parker commented 5 years ago

I generated a csproj for every framework and dumped the debug output from MSBuild. These are the easy (relevant) differences. The rest are in the default references (see #41).

omsmith commented 5 years ago

Leading zeroes in the minor version don't change the version, but trailing zeroes do. For example, 6.1 and 6.01 refer to the same version, but 6.10 refers to a different version. We recommend expressing the minor version as two digits to avoid confusion.

🤣

j3parker commented 5 years ago

Wow wtf