|
|
@ -1,12 +1,12 @@ |
|
|
<Project> |
|
|
<Project> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<LangVersion>latest</LangVersion> |
|
|
<LangVersion>latest</LangVersion> |
|
|
<Version>8.2.1</Version> |
|
|
<Version>8.2.2</Version> |
|
|
<Authors>colin</Authors> |
|
|
<Authors>colin</Authors> |
|
|
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn> |
|
|
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn> |
|
|
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> |
|
|
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> |
|
|
<PackageOutputPath>$(SolutionDir)LocalNuget</PackageOutputPath> |
|
|
<PackageOutputPath>$(SolutionDir)LocalNuget</PackageOutputPath> |
|
|
<PackageVersion>8.2.1</PackageVersion> |
|
|
<PackageVersion>8.2.2</PackageVersion> |
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
|
<RepositoryType>git</RepositoryType> |
|
|
<RepositoryType>git</RepositoryType> |
|
|
<RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl> |
|
|
<RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl> |
|
|
|