Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[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.*.*")]