2022-11-06 22:42:32 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-27 17:23:54 +08:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-11-06 22:42:32 +08:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.8" />
|
2022-11-09 22:06:06 +08:00
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
2022-11-06 22:42:32 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
2022-11-27 17:23:54 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Dipper.Alioth.Starlets\Dipper.Alioth.Starlets.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-11-06 22:42:32 +08:00
|
|
|
</Project>
|