2021-07-05 08:28:49 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-10-29 13:51:14 +00:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2021-07-05 08:28:49 +00:00
|
|
|
<RootNamespace>_07_ParallelizationTest</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="SimpleInjector" Version="5.3.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-18 12:32:02 +00:00
|
|
|
<ProjectReference Include="..\ExampleLib\ExampleLib.csproj" />
|
|
|
|
<ProjectReference Include="..\Messaging.TapetiExample\Messaging.TapetiExample.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti\Tapeti.csproj" />
|
2021-07-05 08:28:49 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|