parent
f58152319a
commit
dac45dd722
3 changed files with 49 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||||
|
|
||||||
|
<PropertyGroup> |
||||||
|
<TargetFramework>netstandard2.1</TargetFramework> |
||||||
|
<Authors>SimonG</Authors> |
||||||
|
<Description>A database based on .net</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> |
||||||
|
|
||||||
|
<ItemGroup> |
||||||
|
<None Include="..\LICENSE.md"> |
||||||
|
<Pack>True</Pack> |
||||||
|
<PackagePath></PackagePath> |
||||||
|
</None> |
||||||
|
</ItemGroup> |
||||||
|
|
||||||
|
</Project> |
||||||
Loading…
Reference in new issue