Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Last active September 22, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/0ac0dad181837f7c75239f17da861ddc to your computer and use it in GitHub Desktop.
Save anton-gorbikov/0ac0dad181837f7c75239f17da861ddc to your computer and use it in GitHub Desktop.
api-fsproject
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="bindings/express.fs" />
<Compile Include="main.fs" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fable.Core" Version="3.1.5" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment