AA
PS C:\fsp\ttt> dotnet new console --language F#
The template "Console Application" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on C:\fsp\ttt\ttt.fsproj...
Determining projects to restore...
Restored C:\fsp\ttt\ttt.fsproj (in 147 ms).
Restore succeeded.
PS C:\fsp\ttt> ls
Directory: C:\fsp\ttt
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2020-12-01 XX:06 obj
-a---- 2020-12-01 XX:06 342 Program.fs
-a---- 2020-12-01 XX:06 245 ttt.fsproj
PS C:\fsp\ttt> cat .\ttt.fsproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>
вроде раньше в проектном файле куда больше говнища всякого было