yx lin
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
4 additions and
5 deletions
-
aspnet-core/framework/auditing/LINGYUN.Abp.AuditLogging.IP.Location/FodyWeavers.xml
-
aspnet-core/framework/cli/LINGYUN.Abp.Cli/LINGYUN.Abp.Cli.csproj
-
aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/LY.MicroService.AuthServer.HttpApi.Host.csproj
-
aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/LY.MicroService.identityServer.HttpApi.Host.csproj
|
|
|
@ -1,3 +0,0 @@ |
|
|
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> |
|
|
|
<ConfigureAwait ContinueOnCapturedContext="false" /> |
|
|
|
</Weavers> |
|
|
|
@ -1,11 +1,11 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<Import Project="..\..\..\..\configureawait.props" /> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net9.0</TargetFramework> |
|
|
|
<Version>8.3.4</Version> |
|
|
|
<Version>9.0.4</Version> |
|
|
|
<Copyright>colin</Copyright> |
|
|
|
<Description>Use LINGYUN.MicroService.Templates command line</Description> |
|
|
|
<PackAsTool>true</PackAsTool> |
|
|
|
|
|
|
|
@ -18,6 +18,7 @@ |
|
|
|
<PackageReference Include="DistributedLock.Redis" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.0.0" /> |
|
|
|
<!--<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|
|
|
|
@ -25,6 +25,7 @@ |
|
|
|
<PackageReference Include="DotNetCore.CAP.OpenTelemetry" /> |
|
|
|
<PackageReference Include="DistributedLock.Redis" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.0.0" /> |
|
|
|
<!--<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|