You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.1 KiB
20 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>XCZ.BaseService.Application.Contracts</id>
|
|
<version>2.0.0</version>
|
|
<authors>XCZ</authors>
|
|
<description>Package Description</description>
|
|
<repository url="https://github.com/WilliamXu96/ABP-MicroService" />
|
|
<dependencies>
|
|
<group targetFramework="net7.0">
|
|
<dependency id="Volo.Abp.Ddd.Application" version="7.0.1" exclude="Build,Analyzers" />
|
|
<dependency id="Volo.Abp.Identity.Application.Contracts" version="7.0.1" exclude="Build,Analyzers" />
|
|
<dependency id="Volo.Abp.PermissionManagement.Application.Contracts" version="7.0.1" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="D:\长春项目\北京北汽结算项目\SmartFactorySuite\BaseService\BaseService.Application.Contracts\bin\Release\net7.0\BaseService.Application.Contracts.dll" target="lib\net7.0\BaseService.Application.Contracts.dll" />
|
|
</files>
|
|
</package>
|