Infra changes
Moved projects around; API still builds successfully
This commit is contained in:
5
src/MyPrayerJournal.Mobile.Core/Library.fs
Normal file
5
src/MyPrayerJournal.Mobile.Core/Library.fs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace MyPrayerJournal.Mobile.Core
|
||||
|
||||
module Say =
|
||||
let hello name =
|
||||
printfn "Hello %s" name
|
||||
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Library.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user