mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-28 09:02:50 +08:00
11 lines
600 B
XML
11 lines
600 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$(SolutionDir)/build/code.quality.props"/>
|
|
<ItemGroup>
|
|
<ProjectReference Include="../NetAdmin.Cache/NetAdmin.Cache.csproj"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="IGeekFan.AspNetCore.Knife4jUI.NS" Condition="'$(Configuration)' == 'Debug'" Version="0.0.15-ns2"/>
|
|
<PackageReference Include="Spectre.Console.Cli.NS" Version="0.45.1-preview.0.149"/>
|
|
<PackageReference Include="prometheus-net.AspNetCore" Condition="'$(Configuration)' != 'Debug'" Version="8.1.0"/>
|
|
</ItemGroup>
|
|
</Project> |