From f07809475d288422a80c95dbbd730a8968918c13 Mon Sep 17 00:00:00 2001 From: wangjun Date: Mon, 17 Jul 2023 09:56:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20#102?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aspnet-core/Directory.Build.Lion.targets | 9 ++++++++- ...t.Designer.cs => 20230717015506_Init.Designer.cs} | 2 +- ...20230710095018_Init.cs => 20230717015506_Init.cs} | 0 .../aspnet-core/Directory.Build.Lion.targets | 9 ++++++++- ...t.Designer.cs => 20230717015603_Init.Designer.cs} | 2 +- ...20230710095633_Init.cs => 20230717015603_Init.cs} | 0 ...panyName.MyProjectName.EntityFrameworkCore.csproj | 12 ++++++------ 7 files changed, 24 insertions(+), 10 deletions(-) rename templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/{20230710095018_Init.Designer.cs => 20230717015506_Init.Designer.cs} (99%) rename templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/{20230710095018_Init.cs => 20230717015506_Init.cs} (100%) rename templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/{20230710095633_Init.Designer.cs => 20230717015603_Init.Designer.cs} (99%) rename templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/{20230710095633_Init.cs => 20230717015603_Init.cs} (100%) diff --git a/templates/abp-vnext-pro-nuget-all/aspnet-core/Directory.Build.Lion.targets b/templates/abp-vnext-pro-nuget-all/aspnet-core/Directory.Build.Lion.targets index ffa275db..4de3630c 100644 --- a/templates/abp-vnext-pro-nuget-all/aspnet-core/Directory.Build.Lion.targets +++ b/templates/abp-vnext-pro-nuget-all/aspnet-core/Directory.Build.Lion.targets @@ -29,6 +29,13 @@ - + + + + + + + + \ No newline at end of file diff --git a/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095018_Init.Designer.cs b/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015506_Init.Designer.cs similarity index 99% rename from templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095018_Init.Designer.cs rename to templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015506_Init.Designer.cs index 6fee0a13..71197e62 100644 --- a/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095018_Init.Designer.cs +++ b/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015506_Init.Designer.cs @@ -12,7 +12,7 @@ using Volo.Abp.EntityFrameworkCore; namespace MyCompanyName.MyProjectName.Migrations { [DbContext(typeof(MyProjectNameDbContext))] - [Migration("20230710095018_Init")] + [Migration("20230717015506_Init")] partial class Init { /// diff --git a/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095018_Init.cs b/templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015506_Init.cs similarity index 100% rename from templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095018_Init.cs rename to templates/abp-vnext-pro-nuget-all/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015506_Init.cs diff --git a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/Directory.Build.Lion.targets b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/Directory.Build.Lion.targets index ffa275db..4de3630c 100644 --- a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/Directory.Build.Lion.targets +++ b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/Directory.Build.Lion.targets @@ -29,6 +29,13 @@ - + + + + + + + + \ No newline at end of file diff --git a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095633_Init.Designer.cs b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015603_Init.Designer.cs similarity index 99% rename from templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095633_Init.Designer.cs rename to templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015603_Init.Designer.cs index c745b2d7..a755a433 100644 --- a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095633_Init.Designer.cs +++ b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015603_Init.Designer.cs @@ -12,7 +12,7 @@ using Volo.Abp.EntityFrameworkCore; namespace MyCompanyName.MyProjectName.Migrations { [DbContext(typeof(MyProjectNameDbContext))] - [Migration("20230710095633_Init")] + [Migration("20230717015603_Init")] partial class Init { /// diff --git a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095633_Init.cs b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015603_Init.cs similarity index 100% rename from templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230710095633_Init.cs rename to templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/Migrations/20230717015603_Init.cs diff --git a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj index d96065a7..eab94d86 100644 --- a/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj +++ b/templates/abp-vnext-pro-nuget-simplify/aspnet-core/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj @@ -7,15 +7,15 @@ - - + + - - - - + + + +