fsharp(todolist-api): chore: moved stuff inside the src folder
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
22ff3a0388
commit
bbdd130382
|
@ -1,6 +1,6 @@
|
|||
// Learn more about F# at http://fsharp.org
|
||||
|
||||
open System
|
||||
|
||||
|
||||
[<EntryPoint>]
|
||||
let main argv =
|
|
@ -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>
|
Loading…
Reference in a new issue