[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs7034-2.cs
blobb7698694367e08a1d7dee255b053f47577a04422
1 // CS7034: The specified version string `2.0.*.*' does not conform to the required format - major[.minor[.build[.revision]]]
2 // Line: 6
4 using System.Reflection;
6 [assembly: AssemblyVersion("2.0.*.*")]