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