-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOragon.Spring.Extensions.DependencyInjection.csproj
More file actions
29 lines (24 loc) · 1.4 KB
/
Oragon.Spring.Extensions.DependencyInjection.csproj
File metadata and controls
29 lines (24 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>LuizCarlosFaria</Authors>
<Company>oragon.io</Company>
<Product>Oragon</Product>
<Description>Oragon.Spring.Core port to .NET Standard 2.0</Description>
<Copyright>Copyright 2018</Copyright>
<PackageProjectUrl>https://github.com/Oragon/Oragon.Spring</PackageProjectUrl>
<PackageIconUrl>http://gago.io/wp-content/uploads/2014/03/Oragon-Architecture-Penknife.export.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Oragon/Oragon.Spring</RepositoryUrl>
<PackageTags>Oragon Architecture, Oragon, Architecture, luiz, carlos, faria, luizcarlosfaria, oragonarchitect</PackageTags>
<Version>1.0.0-alpha</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Oragon.Spring.Core\Oragon.Spring.Core.csproj" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.0.0" />
</ItemGroup>
</Project>