-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathOpenRasta.DI.Windsor.csproj
More file actions
26 lines (26 loc) · 1.27 KB
/
OpenRasta.DI.Windsor.csproj
File metadata and controls
26 lines (26 loc) · 1.27 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Sebastien Lambla</Authors>
<PackageProjectUrl>https://github.com/openrasta/openrasta-castle-windsor</PackageProjectUrl>
<PackageLicenseUrl>http://openrasta.org/</PackageLicenseUrl>
<PackageIconUrl>http://openrasta.org/openRastaLogo-32x32.png</PackageIconUrl>
<Description>Open Rasta dependence injection using Castle Windsor</Description>
<PackageTags>OpenRasta CastleWindsor DI</PackageTags>
<Version>2.6.0</Version>
<Copyright>Copyright 2007</Copyright>
<PackageId>openrasta-di-castle-windsor</PackageId>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Company>Caffeine IT- naughtyProd Limited</Company>
<InformationalVersion>2.6.0</InformationalVersion>
<FileVersion>2.6.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Castle.Windsor" Version="4.1.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRasta\OpenRasta.csproj" />
</ItemGroup>
</Project>