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.
19 lines
614 B
19 lines
614 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CoreWCF.Http" Version="0.1.0-alpha.64" />
|
|
<PackageReference Include="CoreWCF.Primitives" Version="0.1.0-alpha.64" />
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GBase.Api\GBase.Api.csproj" />
|
|
<ProjectReference Include="..\GBase.Logging\GBase.Logging.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|