edit comments

This commit is contained in:
Robert McRackan 2019-12-05 16:14:39 -05:00
parent 0f9f0d9eae
commit f9917d4064
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ TO USE MIGRATIONS AS *BOTH* CORE AND STANDARD
to: TargetFrameworks to: TargetFrameworks
inside of TargetFrameworks inside of TargetFrameworks
from: netstandard2.1 from: netstandard2.1
to: netcoreapp3.0;netstandard2.1 to: netcoreapp3.1;netstandard2.1
run. error run. error
SQLite Error 1: 'no such table: Blogs'. SQLite Error 1: 'no such table: Blogs'.

View File

@ -141,10 +141,10 @@ namespace FileManager
private static string getNonDevelopmentDir(string path) private static string getNonDevelopmentDir(string path)
{ {
// examples: // examples:
// \Libation\Core2_0\bin\Debug\netcoreapp3.0 // \Libation\Core2_0\bin\Debug\netcoreapp3.1
// \Libation\StndLib\bin\Debug\netstandard2.1 // \Libation\StndLib\bin\Debug\netstandard2.1
// \Libation\MyWnfrm\bin\Debug // \Libation\MyWnfrm\bin\Debug
// \Libation\Core2_0\bin\Release\netcoreapp3.0 // \Libation\Core2_0\bin\Release\netcoreapp3.1
// \Libation\StndLib\bin\Release\netstandard2.1 // \Libation\StndLib\bin\Release\netstandard2.1
// \Libation\MyWnfrm\bin\Release // \Libation\MyWnfrm\bin\Release