A database based on .net
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.

34 lines
1.2 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>SimonG</Authors>
<Company>SimonG</Company>
<Description>Server for the GBase</Description>
<Copyright>Copyright(c) 2020 SimonG. All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/SimonG96/GBase</PackageProjectUrl>
<RepositoryUrl>https://github.com/SimonG96/GBase</RepositoryUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CoreWCF.Http" Version="0.1.0-alpha.64" />
<PackageReference Include="CoreWCF.NetTcp" 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>
<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>