Abp Vnext 的 Vue3 实现版本
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.
 
 
 
 
 
 

22 lines
1.0 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ocelot" />
<PackageReference Include="Ocelot.Provider.Consul" />
<PackageReference Include="Ocelot.Provider.Polly" />
<PackageReference Include="Volo.Abp" />
<PackageReference Include="Volo.Abp.AspNetCore" />
<PackageReference Include="Volo.Abp.Autofac" />
<PackageReference Include="Volo.Abp.Core" />
<PackageReference Include="Volo.Abp.Swashbuckle" />
<PackageReference Include="Swashbuckle.AspNetCore" />
</ItemGroup>
<ItemGroup>
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.abppkg.json" />
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.abppkg.analyze.json" />
</ItemGroup>
</Project>