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

Commit444f2d4

Browse files
committed
升级nuget 并添加openiddict迁移
1 parentb00dbf9 commit444f2d4

File tree

51 files changed

+11753
-4245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+11753
-4245
lines changed

‎.gitignore‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
/src/Destiny.Core.Flow.TestBase/obj
114114
/src/Destiny.Core.Flow.Consul/bin
115115
/src/Destiny.Core.Flow.Consul/obj
116+
117+
**/Logs/*
118+
**/DestinyCoreDb.txt
116119
## Ignore Visual Studio temporary files, build results, and
117120
## files generated by popular Visual Studio add-ons.
118121

@@ -382,6 +385,6 @@ src/Destiny.Core.Flow.API/DestinyCoreMongoDb.txt
382385
/src/Destiny.Core.Flow.AuthenticationCenter/DestinyCoreMongoDb.txt
383386
/src/Destiny.Core.Flow.AuthenticationCenter/DestinyCoreRedis.txt
384387
/src/Destiny.Core.Flow.AuthenticationCenter/Logs
385-
Destiny.Core.Flow.OpenIddictServer/DestinyCoreDb.txt
386-
Destiny.Core.Flow.OpenIddictServer/DestinyCoreMongoDb.txt
387-
Destiny.Core.Flow.OpenIddictServer/DestinyCoreRedis.txt
388+
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreDb.txt
389+
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreMongoDb.txt
390+
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreRedis.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mongodb://1065.cloud:8890
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
47.100.213.49:8864,password=redis123,prefix=destinycoreflow_

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<ItemGroup>
3333
<PackageReferenceInclude="AspectCore.Extensions.DependencyInjection"Version="2.2.0" />
3434
<PackageReferenceInclude="AspectCore.Extensions.Hosting"Version="2.2.0" />
35-
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.1" />
36-
<PackageReferenceInclude="DestinyCore.MiniProfiler"Version="1.0.1" />
37-
<PackageReferenceInclude="DestinyCore.Swagger"Version="1.0.1" />
38-
<PackageReferenceInclude="Microsoft.AspNetCore.Authentication.JwtBearer"Version="5.0.6" />
39-
<PackageReferenceInclude="Microsoft.AspNetCore.Mvc.NewtonsoftJson"Version="5.0.6" />
40-
<PackageReferenceInclude="Microsoft.CodeAnalysis.CSharp"Version="3.9.0" />
35+
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.3" />
36+
<PackageReferenceInclude="DestinyCore.MiniProfiler"Version="1.0.3" />
37+
<PackageReferenceInclude="DestinyCore.Swagger"Version="1.0.3" />
38+
<PackageReferenceInclude="Microsoft.AspNetCore.Authentication.JwtBearer"Version="5.0.7" />
39+
<PackageReferenceInclude="Microsoft.AspNetCore.Mvc.NewtonsoftJson"Version="5.0.7" />
40+
<PackageReferenceInclude="Microsoft.CodeAnalysis.CSharp"Version="3.10.0" />
4141
<PackageReferenceInclude="Microsoft.DotNet.PlatformAbstractions"Version="3.1.6" />
42-
<PackageReferenceInclude="Microsoft.EntityFrameworkCore.Tools"Version="5.0.6">
42+
<PackageReferenceInclude="Microsoft.EntityFrameworkCore.Tools"Version="5.0.7">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReferenceInclude="DestinyCore"Version="1.0.1" />
9-
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.1" />
10-
<PackageReferenceInclude="Microsoft.AspNetCore.Authorization"Version="5.0.6" />
8+
<PackageReferenceInclude="DestinyCore"Version="1.0.3" />
9+
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.3" />
10+
<PackageReferenceInclude="Microsoft.AspNetCore.Authorization"Version="5.0.7" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReferenceInclude="AspNet.Security.OAuth.QQ"Version="5.0.5" />
12-
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.0" />
13-
<PackageReferenceInclude="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"Version="5.0.6" />
11+
<PackageReferenceInclude="AspNet.Security.OAuth.QQ"Version="5.0.6" />
12+
<PackageReferenceInclude="DestinyCore.AspNetCore"Version="1.0.3" />
13+
<PackageReferenceInclude="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"Version="5.0.7" />
1414
<PackageReferenceInclude="Microsoft.VisualStudio.Azure.Containers.Tools.Targets"Version="1.10.13" />
1515
<PackageReferenceInclude="Pomelo.EntityFrameworkCore.MySql"Version="5.0.0" />
1616
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReferenceInclude="DestinyCore.FluentValidation"Version="1.0.1" />
16+
<PackageReferenceInclude="DestinyCore.FluentValidation"Version="1.0.3" />
1717
</ItemGroup>
1818

1919
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReferenceInclude="DestinyCore"Version="1.0.1" />
8-
<PackageReferenceInclude="DestinyCore.EntityFrameworkCore"Version="1.0.1" />
7+
<PackageReferenceInclude="DestinyCore"Version="1.0.3" />
8+
<PackageReferenceInclude="DestinyCore.EntityFrameworkCore"Version="1.0.3" />
99
</ItemGroup>
1010
</Project>

‎src/Destiny.Core.Flow.EntityFrameworkCore/IdentityServer4DefaultDbContext.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Destiny.Core.Flow.EntityFrameworkCore
1111
publicclassIdentityServer4DefaultDbContext:DbContextBase
1212
{
1313
publicIdentityServer4DefaultDbContext(DbContextOptions<IdentityServer4DefaultDbContext>options,IServiceProviderserviceProvider)
14-
:base(options,serviceProvider)
14+
:base(options,serviceProvider)
1515
{
1616

1717
}

‎src/Destiny.Core.Flow.IServices/Destiny.Core.Flow.IServices.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-
<PackageReferenceInclude="DestinyCore.CodeGenerator"Version="1.0.0" />
22+
<PackageReferenceInclude="DestinyCore.CodeGenerator"Version="1.0.3" />
2323
<PackageReferenceInclude="Microsoft.AspNetCore.Mvc"Version="2.2.0" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp