It results in a file Attributes.cs containing:
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkA ttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
I did not modify or change anything regarding this.
Any hint/idea what I should do ?
I use Visual Studio to write code and NS Editor to compile ist.

Comment