edit comments
This commit is contained in:
parent
0f9f0d9eae
commit
f9917d4064
@ -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'.
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user