Found a trivial issue while migrating to .NET Standard / Core.
I have created one F# .NET Core 2.1 Console Application and several F# .NET Standard 2.0 Class Library, using Visual Studio 2017.
Problem: None of the new projects contain AssemblyInfo.fs after creation.
Is this a deliberate design decision, or something missing?
Expected behavior
AssemblyInfo.fs should be present in new projects, like we're used to with F# .NET Framework projects in VS 2017.
Other
VS 15.7.4