[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs7034-2.cs
1 // CS7034: The specified version string `2.0.*.*' does not conform to the required format - major[.minor[.build[.revision]]]
2 // Line: 6
3
4 using System.Reflection;
5
6 [assembly: AssemblyVersion("2.0.*.*")]