Updated to .NET Core 2.2 (#23)

Also updated API and app deps
This commit is contained in:
Daniel J. Summers
2019-02-23 10:59:23 -06:00
parent 4310fb91fa
commit 8995097d68
5 changed files with 571 additions and 736 deletions

View File

@@ -1,6 +1,6 @@
namespace MyPrayerJournal
open FSharp.Control.Tasks.ContextInsensitive
open FSharp.Control.Tasks.V2.ContextInsensitive
open Microsoft.EntityFrameworkCore
/// Helpers for this file
@@ -183,7 +183,6 @@ module Entities =
open System.Linq
open System.Threading.Tasks
/// Data context
type AppDbContext (opts : DbContextOptions<AppDbContext>) =