Rename projects to FileShare
This commit is contained in:
@@ -2,8 +2,8 @@ param(
|
||||
[string]$Name,
|
||||
[ValidateSet("SQLite", "SqlServer", "PostgreSQL", "MySQL", "All")]
|
||||
[string]$Provider = "All",
|
||||
[string]$Project = "Avalonia-EFCore/Avalonia-EFCore.csproj",
|
||||
[string]$StartupProject = "Avalonia-API/Avalonia-API.csproj",
|
||||
[string]$Project = "FileShare-EFCore/FileShare-EFCore.csproj",
|
||||
[string]$StartupProject = "FileShare-API/FileShare-API.csproj",
|
||||
[string]$OutputDir = "Migrations"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user