myPrayerJournal/src/MyPrayerJournal.Mobile.Core/MyPrayerJournal.Mobile.Core.fsproj

12 lines
208 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.fs" />
</ItemGroup>
</Project>