Files
fsharp-scratchpad/fjson.fsproj
Tommy Parnell 88db90e01f init
2017-10-11 00:40:49 -04:00

14 lines
362 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="newtonsoft.json" Version="10.0.3" />
</ItemGroup>
</Project>