Browse Source
Merge pull request #950 from colinin/cli-8.1.1
upgrade(cli): upgrade cli to 8.1.1
pull/955/head
yx lin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
aspnet-core/framework/cli/LINGYUN.Abp.Cli/LINGYUN.Abp.Cli.csproj
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
<Version>8.0.3</Version> |
|
|
|
<Version>8.1.1</Version> |
|
|
|
<Copyright>colin</Copyright> |
|
|
|
<Description>Use LINGYUN.MicroService.Templates command line</Description> |
|
|
|
<PackAsTool>true</PackAsTool> |
|
|
|
|