Upgrade VS Code

This commit is contained in:
Smaug123
2021-12-20 21:35:49 +00:00
parent 40c8093b49
commit 4e0ed30fbf
7 changed files with 230 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs"/>
</ItemGroup>
</Project>