blob: ce57d73d60ad498b4ceb1a34eb66773df7709866 (
plain)
1
2
3
4
5
6
|
// CS0647: Error during emitting `System.Reflection.AssemblyVersionAttribute' attribute. The reason is `Specified version `2.0.*.*' is not valid'
// Line: 6
using System.Reflection;
[assembly: AssemblyVersion("2.0.*.*")]
|