How Do I Resolve This Missing Reference When Using Text Templates?
I am building a .NET Framework class library & referencing a Nuget package that's .NET Standard. It includes some text template (err) templates which I want to use to code generation. Unfortunately, Visual Studio complains the text template refers to Object & I need to reference .NET Core. I'm confused exactly what I'm supposed to do here. Help?
0 comments:
Post a Comment