|
|
|
|
@ -2,6 +2,12 @@ |
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework> |
|
|
|
|
<Authors>SimonG</Authors> |
|
|
|
|
<Description>API for the GBase</Description> |
|
|
|
|
<Copyright>Copyright(c) 2020 SimonG. All Rights Reserved.</Copyright> |
|
|
|
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
|
|
|
|
<PackageProjectUrl>https://github.com/SimonG96/GBase</PackageProjectUrl> |
|
|
|
|
<RepositoryUrl>https://github.com/SimonG96/GBase</RepositoryUrl> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|
@ -12,4 +18,11 @@ |
|
|
|
|
<PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="..\LICENSE.md"> |
|
|
|
|
<Pack>True</Pack> |
|
|
|
|
<PackagePath></PackagePath> |
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|