2019-08-16 08:51:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-10-29 13:51:14 +00:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2019-08-16 08:51:35 +00:00
|
|
|
<RootNamespace>_01_PublishSubscribe</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-29 19:51:58 +00:00
|
|
|
<PackageReference Include="Autofac" Version="6.2.0" />
|
|
|
|
<PackageReference Include="Castle.Windsor" Version="5.1.1" />
|
2019-08-19 14:36:26 +00:00
|
|
|
<PackageReference Include="Ninject" Version="3.3.4" />
|
2021-05-29 19:51:58 +00:00
|
|
|
<PackageReference Include="SimpleInjector" Version="5.3.0" />
|
|
|
|
<PackageReference Include="Unity" Version="5.11.10" />
|
2019-08-16 08:51:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-19 14:36:26 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.Autofac\Tapeti.Autofac.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj" />
|
2019-08-16 09:47:57 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj" />
|
2019-08-19 14:36:26 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.Ninject\Tapeti.Ninject.csproj" />
|
2019-08-16 08:51:35 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj" />
|
2019-08-19 14:36:26 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.UnityContainer\Tapeti.UnityContainer.csproj" />
|
2019-08-16 08:51:35 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti\Tapeti.csproj" />
|
2019-08-16 11:54:31 +00:00
|
|
|
<ProjectReference Include="..\ExampleLib\ExampleLib.csproj" />
|
|
|
|
<ProjectReference Include="..\Messaging.TapetiExample\Messaging.TapetiExample.csproj" />
|
2019-08-16 08:51:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|