Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbcb11c8

Browse files
committed
1。修改配置文件
2。删除Core内库
1 parentcc739d0 commitbcb11c8

File tree

9 files changed

+32
-48
lines changed

9 files changed

+32
-48
lines changed

‎Destiny.Core.Flow.sln‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Destiny.Core.Flow.Shared",
4646
EndProject
4747
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Destiny.Core.Flow.OpenIddict","src\Destiny.Core.Flow.OpenIddict\Destiny.Core.Flow.OpenIddict.csproj","{BD72166A-F174-4AAC-B4A4-2014344AC838}"
4848
EndProject
49-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Destiny.Core.Flow.Core","src\Destiny.Core.Flow.Core\Destiny.Core.Flow.Core.csproj","{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F}"
50-
EndProject
5149
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Destiny.Core.Flow.OpenIddict.EntityFrameworkCore","src\Destiny.Core.Flow.OpenIddict.EntityFrameworkCore\Destiny.Core.Flow.OpenIddict.EntityFrameworkCore.csproj","{1A1BEC20-1732-4F07-8E6A-3E40F6017DE2}"
5250
EndProject
5351
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="Destiny.Core.Flow.AspNetCore","src\Destiny.Core.Flow.AspNetCore\Destiny.Core.Flow.AspNetCore.csproj","{3FE110EB-A8CB-4DF1-8BFF-9159351349CE}"
@@ -132,10 +130,6 @@ Global
132130
{BD72166A-F174-4AAC-B4A4-2014344AC838}.Debug|Any CPU.Build.0=Debug|Any CPU
133131
{BD72166A-F174-4AAC-B4A4-2014344AC838}.Release|Any CPU.ActiveCfg=Release|Any CPU
134132
{BD72166A-F174-4AAC-B4A4-2014344AC838}.Release|Any CPU.Build.0=Release|Any CPU
135-
{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
136-
{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F}.Debug|Any CPU.Build.0=Debug|Any CPU
137-
{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F}.Release|Any CPU.ActiveCfg=Release|Any CPU
138-
{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F}.Release|Any CPU.Build.0=Release|Any CPU
139133
{1A1BEC20-1732-4F07-8E6A-3E40F6017DE2}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
140134
{1A1BEC20-1732-4F07-8E6A-3E40F6017DE2}.Debug|Any CPU.Build.0=Debug|Any CPU
141135
{1A1BEC20-1732-4F07-8E6A-3E40F6017DE2}.Release|Any CPU.ActiveCfg=Release|Any CPU
@@ -189,7 +183,6 @@ Global
189183
{A238B019-A658-4F10-980C-6EBBAE4FB596} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
190184
{96659BA9-6B77-42ED-86B3-23354B321E50} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
191185
{BD72166A-F174-4AAC-B4A4-2014344AC838} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
192-
{EA0C5DAC-48E2-4637-BB89-DC75C06C5C7F} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
193186
{1A1BEC20-1732-4F07-8E6A-3E40F6017DE2} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
194187
{3FE110EB-A8CB-4DF1-8BFF-9159351349CE} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}
195188
{C6F079D6-CF39-4271-9392-152D69853547} ={968F74F4-4D0A-4832-A7EA-5CB2BA08AF8A}

‎src/Destiny.Core.Flow.API/Destiny.Core.Flow.API.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<ProjectReferenceInclude="..\Destiny.Core.Flow.Core\Destiny.Core.Flow.Core.csproj" />
5857
<ProjectReferenceInclude="..\Destiny.Core.Flow.Dtos\Destiny.Core.Flow.Dtos.csproj" />
5958
<ProjectReferenceInclude="..\Destiny.Core.Flow.IdentityServer4\Destiny.Core.Flow.IdentityServer.csproj" />
6059
<ProjectReferenceInclude="..\Destiny.Core.Flow.IServices\Destiny.Core.Flow.IServices.csproj" />
6160
<ProjectReferenceInclude="..\Destiny.Core.Flow.Model\Destiny.Core.Flow.Model.csproj" />
6261
<ProjectReferenceInclude="..\Destiny.Core.Flow.SeriLog\Destiny.Core.Flow.SeriLog.csproj" />
6362
<ProjectReferenceInclude="..\Destiny.Core.Flow.Services\Destiny.Core.Flow.Services.csproj" />
63+
<ProjectReferenceInclude="..\Destiny.Core.Flow.Shared\Destiny.Core.Flow.Shared.csproj" />
6464
</ItemGroup>
6565

6666
<ItemGroup>

‎src/Destiny.Core.Flow.API/Startups/FunctionModule.cs‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
usingSystem.IO;
1212
usingMicrosoft.Extensions.Options;
1313
usingSystem;
14-
15-
usingDestiny.Core.Flow.Core;
16-
14+
usingDestiny.Core.Flow.Shared.Options;
1715

1816
namespaceDestiny.Core.Flow.API.Startups
1917
{

‎src/Destiny.Core.Flow.API/Startups/MongoDBModelule.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
usingSystem.IO;
55
usingDestinyCore.MongoDB.DbContexts;
66
usingDestinyCore.MongoDB;
7-
usingDestiny.Core.Flow.Core;
7+
usingDestiny.Core.Flow.Shared.Options;
88

99
namespaceDestiny.Core.Flow.API.Startups
1010
{

‎src/Destiny.Core.Flow.API/appsettings.Development.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"Migrations": {
7878
"IsAutoMigration":false,//是否自动迁移
79-
"IsAddSeedData":true//是否添加种子数据
79+
"IsAddSeedData":false//是否添加种子数据
8080
},
8181
"MongoDBs": {
8282
"MongoDBConnectionString":"DestinyCoreMongoDb.txt",//开发用数据库

‎src/Destiny.Core.Flow.Core/Destiny.Core.Flow.Core.csproj‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎src/Destiny.Core.Flow.Model/Destiny.Core.Flow.Model.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<ProjectReferenceInclude="..\..\Destiny.Core.Flow.OpenIddict.Entities\Destiny.Core.Flow.OpenIddict.Entities.csproj" />
22+
<ProjectReferenceInclude="..\Destiny.Core.Flow.OpenIddict.Entities\Destiny.Core.Flow.OpenIddict.Entities.csproj" />
2323
<ProjectReferenceInclude="..\Destiny.Core.Flow.EntityFrameworkCore\Destiny.Core.Flow.EntityFrameworkCore.csproj" />
2424
<ProjectReferenceInclude="..\Destiny.Core.Flow.IdentityServer.Entities\Destiny.Core.Flow.IdentityServer.Entities.csproj" />
2525
<ProjectReferenceInclude="..\Destiny.Core.Flow.Identity\Destiny.Core.Flow.Identitys.csproj" />
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<ProjectSdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
5-
</PropertyGroup>
6-
7-
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
8-
<OutputPath></OutputPath>
9-
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReferenceInclude="DestinyCore.Caching"Version="1.0.1" />
13-
<PackageReferenceInclude="DestinyCore.Caching.CSRedis"Version="1.0.1" />
14-
<PackageReferenceInclude="DestinyCore.MongoDB"Version="1.0.1" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<ProjectReferenceInclude="..\Destiny.Core.Flow.Dtos\Destiny.Core.Flow.Dtos.csproj" />
19-
<ProjectReferenceInclude="..\Destiny.Core.Flow.IServices\Destiny.Core.Flow.IServices.csproj" />
20-
<ProjectReferenceInclude="..\Destiny.Core.Flow.Model\Destiny.Core.Flow.Model.csproj" />
21-
<ProjectReferenceInclude="..\Destiny.Core.Flow.Repository\Destiny.Core.Flow.Repository.csproj" />
22-
</ItemGroup>
23-
1+
<ProjectSdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
8+
<OutputPath></OutputPath>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReferenceInclude="DestinyCore.Caching"Version="1.0.1" />
13+
<PackageReferenceInclude="DestinyCore.Caching.CSRedis"Version="1.0.1" />
14+
<PackageReferenceInclude="DestinyCore.MongoDB"Version="1.0.1" />
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<ProjectReferenceInclude="..\Destiny.Core.Flow.Dtos\Destiny.Core.Flow.Dtos.csproj" />
19+
<ProjectReferenceInclude="..\Destiny.Core.Flow.IServices\Destiny.Core.Flow.IServices.csproj" />
20+
<ProjectReferenceInclude="..\Destiny.Core.Flow.Model\Destiny.Core.Flow.Model.csproj" />
21+
<ProjectReferenceInclude="..\Destiny.Core.Flow.Repository\Destiny.Core.Flow.Repository.csproj" />
22+
</ItemGroup>
23+
2424
<ItemGroup>
2525
<FolderInclude="Application\" />
26-
</ItemGroup>
27-
28-
</Project>
26+
</ItemGroup>
27+
28+
</Project>

‎src/Destiny.Core.Flow.Core/MongoOptions.cs‎renamed to ‎src/Destiny.Core.Flow.Shared/Options/MongoOptions.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
usingSystem.Text;
55
usingSystem.Threading.Tasks;
66

7-
namespaceDestiny.Core.Flow.Core
7+
namespaceDestiny.Core.Flow.Shared.Options
88
{
99
publicclassMongoOptions
1010
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp