Change Environment.Version to return product version (#22664)
authorJan Kotas <jkotas@microsoft.com>
Sat, 23 Feb 2019 01:56:02 +0000 (17:56 -0800)
committerGitHub <noreply@github.com>
Sat, 23 Feb 2019 01:56:02 +0000 (17:56 -0800)
commit83e9a3959620da5fd3ecdb1ee9d1fa6a80569cf8
treeafdf710d6e6ae3f1a3b2665b43231161cb46b964
parent3e8cd50bbf3f510ade4a4e8ab889d1cb184ad6eb
Change Environment.Version to return product version (#22664)

* Change Environment.Version to return product version

- Contributes to https://github.com/dotnet/corefx/issues/31099
- Use AssemblyInformationalVersion attribute as fallback

* Add sanity test for Environment.Version

* Disable CodeDom tests

* Fix test assembly name
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System/Environment.cs
tests/CoreFX/CoreFX.issues.json
tests/src/CoreMangLib/system/environment/environment_version.cs [new file with mode: 0644]
tests/src/CoreMangLib/system/environment/environment_version.csproj [new file with mode: 0644]