Update to .NET Core 3.1 (#39)

Also catch dependencies up to latest
This commit is contained in:
Daniel J. Summers 2020-03-07 18:30:21 -06:00
parent 6a6f7b35c7
commit fb908a1cef
3 changed files with 1450 additions and 1263 deletions

View File

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<Version>2.1.1.0</Version> <Version>2.1.2.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,6 +1,6 @@
{ {
"name": "my-prayer-journal", "name": "my-prayer-journal",
"version": "2.1.1", "version": "2.1.2",
"description": "myPrayerJournal - Front End", "description": "myPrayerJournal - Front End",
"author": "Daniel J. Summers <daniel@bitbadger.solutions>", "author": "Daniel J. Summers <daniel@bitbadger.solutions>",
"private": true, "private": true,

File diff suppressed because it is too large Load Diff