|
|
|
@ -1,8 +1,18 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework> |
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework> |
|
|
|
</PropertyGroup> |
|
|
|
</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.Logging\GBase.Logging.csproj" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
</Project> |
|
|
|
|