F# and C# compiler produce some of Version info values differently
Open
Area-Compiler-CodeGen
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Some observed differences:
* F# project output misses `Internal Name` value
* `Product Version` format is different (C# produces `1.0.0`, F# produces `1.0.0.0`)
Should these values be aligned with the C# compiler?
Contributor guide
Assessment
This issue has not been assessed yet.