|
|
|
|
@ -6,13 +6,14 @@ |
|
|
|
|
<Copyright>Copyright(c) 2019 SimonG. All Rights Reserved.</Copyright> |
|
|
|
|
<Description>A lightweight IOC Container that is powerful enough to do all the things you need it to do.</Description> |
|
|
|
|
<RepositoryUrl>https://github.com/SimonG96/LightweightIocContainer</RepositoryUrl> |
|
|
|
|
<PackageLicenseUrl>https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE</PackageLicenseUrl> |
|
|
|
|
<PackageLicenseUrl></PackageLicenseUrl> |
|
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
|
|
<PackageProjectUrl>https://github.com/SimonG96/LightweightIocContainer</PackageProjectUrl> |
|
|
|
|
<Version>2.0.0-beta2</Version> |
|
|
|
|
<Version>2.0.0</Version> |
|
|
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion> |
|
|
|
|
<FileVersion>2.0.0.0</FileVersion> |
|
|
|
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
|
|
|
|
@ -49,4 +50,11 @@ |
|
|
|
|
</Content> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="..\LICENSE.md"> |
|
|
|
|
<Pack>True</Pack> |
|
|
|
|
<PackagePath></PackagePath> |
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|