Browse Source
Merge pull request #10178 from abpframework/liangshiwei/paptch-1
Update distDemoApp to NET6.0
pull/10190/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
5 deletions
-
test/DistEvents/DistDemoApp.MongoDbKafka/DistDemoApp.MongoDbKafka.csproj
-
test/DistEvents/DistDemoApp.MongoDbRebus/DistDemoApp.MongoDbRebus.csproj
-
test/DistEvents/DistDemoApp.Shared/DistDemoApp.Shared.csproj
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<RootNamespace>DistDemoApp</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<RootNamespace>DistDemoApp</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<RootNamespace>DistDemoApp</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="DistributedLock.Redis" Version="1.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.*" /> |
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\framework\src\Volo.Abp.Ddd.Domain\Volo.Abp.Ddd.Domain.csproj" /> |
|
|
|
|