summaryrefslogtreecommitdiff
path: root/mcs/errors/cs7034-3.cs
blob: a406b0f7d6b2abecd99c86b808e71b08ad74a3f0 (plain)
1
2
3
4
5
6
// CS7034: The specified version string `2.*' does not conform to the required format - major[.minor[.build[.revision]]]
// Line: 6

using System.Reflection;

[assembly: AssemblyVersion("2.*")]