30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<RootNamespace>_01_PublishSubscribe</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="6.2.0" />
|
|
<PackageReference Include="Castle.Windsor" Version="5.1.1" />
|
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
|
<PackageReference Include="SimpleInjector" Version="5.3.0" />
|
|
<PackageReference Include="Unity" Version="5.11.10" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Tapeti.Autofac\Tapeti.Autofac.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti.Ninject\Tapeti.Ninject.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti.UnityContainer\Tapeti.UnityContainer.csproj" />
|
|
<ProjectReference Include="..\..\Tapeti\Tapeti.csproj" />
|
|
<ProjectReference Include="..\ExampleLib\ExampleLib.csproj" />
|
|
<ProjectReference Include="..\Messaging.TapetiExample\Messaging.TapetiExample.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|