Skip to content

Commit

Permalink
升级nuget 并添加openiddict迁移
Browse files Browse the repository at this point in the history
  • Loading branch information
LGinC committed Jun 17, 2021
1 parent b00dbf9 commit 444f2d4
Show file tree
Hide file tree
Showing 51 changed files with 11,753 additions and 4,245 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
/src/Destiny.Core.Flow.TestBase/obj
/src/Destiny.Core.Flow.Consul/bin
/src/Destiny.Core.Flow.Consul/obj

**/Logs/*
**/DestinyCoreDb.txt
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down Expand Up @@ -382,6 +385,6 @@ src/Destiny.Core.Flow.API/DestinyCoreMongoDb.txt
/src/Destiny.Core.Flow.AuthenticationCenter/DestinyCoreMongoDb.txt
/src/Destiny.Core.Flow.AuthenticationCenter/DestinyCoreRedis.txt
/src/Destiny.Core.Flow.AuthenticationCenter/Logs
Destiny.Core.Flow.OpenIddictServer/DestinyCoreDb.txt
Destiny.Core.Flow.OpenIddictServer/DestinyCoreMongoDb.txt
Destiny.Core.Flow.OpenIddictServer/DestinyCoreRedis.txt
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreDb.txt
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreMongoDb.txt
/src/Destiny.Core.Flow.OpenIddictServer/DestinyCoreRedis.txt
1 change: 1 addition & 0 deletions Destiny.Core.Flow.OpenIddictServer/DestinyCoreMongoDb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mongodb://1065.cloud:8890
1 change: 1 addition & 0 deletions Destiny.Core.Flow.OpenIddictServer/DestinyCoreRedis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47.100.213.49:8864,password=redis123,prefix=destinycoreflow_
14 changes: 7 additions & 7 deletions src/Destiny.Core.Flow.API/Destiny.Core.Flow.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
<ItemGroup>
<PackageReference Include="AspectCore.Extensions.DependencyInjection" Version="2.2.0" />
<PackageReference Include="AspectCore.Extensions.Hosting" Version="2.2.0" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.1" />
<PackageReference Include="DestinyCore.MiniProfiler" Version="1.0.1" />
<PackageReference Include="DestinyCore.Swagger" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.6" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.3" />
<PackageReference Include="DestinyCore.MiniProfiler" Version="1.0.3" />
<PackageReference Include="DestinyCore.Swagger" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.7" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.1" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.6" />
<PackageReference Include="DestinyCore" Version="1.0.3" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.QQ" Version="5.0.5" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.6" />
<PackageReference Include="AspNet.Security.OAuth.QQ" Version="5.0.6" />
<PackageReference Include="DestinyCore.AspNetCore" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.7" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.13" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Destiny.Core.Flow.Dtos/Destiny.Core.Flow.Dtos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DestinyCore.FluentValidation" Version="1.0.1" />
<PackageReference Include="DestinyCore.FluentValidation" Version="1.0.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.1" />
<PackageReference Include="DestinyCore.EntityFrameworkCore" Version="1.0.1" />
<PackageReference Include="DestinyCore" Version="1.0.3" />
<PackageReference Include="DestinyCore.EntityFrameworkCore" Version="1.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Destiny.Core.Flow.EntityFrameworkCore
public class IdentityServer4DefaultDbContext : DbContextBase
{
public IdentityServer4DefaultDbContext(DbContextOptions<IdentityServer4DefaultDbContext> options, IServiceProvider serviceProvider)
: base(options, serviceProvider)
: base(options,serviceProvider)
{

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DestinyCore.CodeGenerator" Version="1.0.0" />
<PackageReference Include="DestinyCore.CodeGenerator" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.0" />
<PackageReference Include="DestinyCore" Version="1.0.3" />
<PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="4.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="5.0.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="5.0.7" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.1" />
<PackageReference Include="DestinyCore" Version="1.0.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.1" />
<PackageReference Include="DestinyCore" Version="1.0.3" />
<PackageReference Include="IdentityServer4" Version="4.1.2"></PackageReference>
<PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="4.1.2" />
</ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions src/Destiny.Core.Flow.Model/Destiny.Core.Flow.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DestinyCore" Version="1.0.1" />
<PackageReference Include="DestinyCore.EntityFrameworkCore" Version="1.0.1" />
<PackageReference Include="DestinyCore.FluentValidation" Version="1.0.1" />
<PackageReference Include="DestinyCore.TestBase" Version="1.0.1" />
<PackageReference Include="DestinyCore.AutoMapper" Version="1.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
<PackageReference Include="DestinyCore" Version="1.0.3" />
<PackageReference Include="DestinyCore.EntityFrameworkCore" Version="1.0.3" />
<PackageReference Include="DestinyCore.FluentValidation" Version="1.0.3" />
<PackageReference Include="DestinyCore.TestBase" Version="1.0.3" />
<PackageReference Include="DestinyCore.AutoMapper" Version="1.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="5.0.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="5.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
93 changes: 0 additions & 93 deletions src/Destiny.Core.Flow.Model/Entities/OpenIddict/ApplicationBase.cs

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions src/Destiny.Core.Flow.Model/Entities/OpenIddict/ScopeBase.cs

This file was deleted.

Loading

0 comments on commit 444f2d4

Please sign in to comment.