17 changed files with 127 additions and 12 deletions
@ -1,7 +1,30 @@ |
|||||
<Project> |
<Project> |
||||
<PropertyGroup> |
<PropertyGroup> |
||||
<LangVersion>latest</LangVersion> |
<LangVersion>latest</LangVersion> |
||||
<Version>5.3.5</Version> |
<Version>6.0.0.1</Version> |
||||
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn> |
<Authors>colin</Authors> |
||||
|
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn> |
||||
|
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> |
||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression> |
||||
|
<RepositoryType>git</RepositoryType> |
||||
|
<RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl> |
||||
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
||||
</PropertyGroup> |
</PropertyGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<Compile Remove="LocalNuget\**" /> |
||||
|
<EmbeddedResource Remove="LocalNuget\**" /> |
||||
|
<None Remove="LocalNuget\**" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<Compile Remove="Modules\**" /> |
||||
|
<EmbeddedResource Remove="Modules\**" /> |
||||
|
<None Remove="Modules\**" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
||||
|
<OutputPath>$(SolutionDir)LocalNuget</OutputPath> |
||||
|
</PropertyGroup> |
||||
|
|
||||
</Project> |
</Project> |
||||
Loading…
Reference in new issue