1
Fork 0

fsharp(todolist-api): chore: moved stuff inside the src folder

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2020-01-02 12:12:03 +02:00 committed by prescientmoon
parent 22ff3a0388
commit bbdd130382
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// Learn more about F# at http://fsharp.org
open System
[<EntryPoint>]
let main argv =

View file

@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
<Compile Include="src/App.fs" />
</ItemGroup>
<Import Project=".paket\Paket.Restore.targets" />
</Project>