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.
18 lines
535 B
18 lines
535 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<Authors>SimonG</Authors>
|
|
<Company>SimonG</Company>
|
|
<Copyright>Copyright(c) 2020 SimonG. All Rights Reserved.</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>GBase.Logging.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="LightweightIocContainer" Version="2.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|