You cannot 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
733 B
XML
22 lines
733 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="5.0.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-rc5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VOL.Builder\VOL.Builder.csproj" />
|
|
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
|
|
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
|
|
<ProjectReference Include="..\VOL.System\VOL.System.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|