Browse Source
Merge pull request #730 from colinin/6.0.0.1
change the event data base type, update common.ps
pull/731/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
aspnet-core/common.props
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<Version>6.0.0</Version> |
|
|
|
<Version>6.0.0.1</Version> |
|
|
|
<Authors>colin</Authors> |
|
|
|
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618</NoWarn> |
|
|
|
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> |
|
|
|
|