BOM be gone

This commit is contained in:
Daniel J. Summers 2023-10-09 10:58:43 -04:00
parent 3bfe3c4d7c
commit 394513b392
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105 VisualStudioVersion = 16.0.30114.105

View File

@ -1,4 +1,4 @@
/// The data model for myPrayerJournal /// The data model for myPrayerJournal
[<AutoOpen>] [<AutoOpen>]
module MyPrayerJournal.Domain module MyPrayerJournal.Domain

View File

@ -1,4 +1,4 @@
/// HTTP handlers for the myPrayerJournal API /// HTTP handlers for the myPrayerJournal API
[<RequireQualifiedAccess>] [<RequireQualifiedAccess>]
module MyPrayerJournal.Handlers module MyPrayerJournal.Handlers

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<Version>3.3</Version> <Version>3.3</Version>

View File

@ -1,4 +1,4 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"mpj": "host=localhost;username=mpj;password=devpassword;database=mpj" "mpj": "host=localhost;username=mpj;password=devpassword;database=mpj"
}, },