2019-08-16 09:47:57 +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 09:47:57 +00:00
|
|
|
<RootNamespace>_03_FlowRequestResponse</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-29 19:51:58 +00:00
|
|
|
<PackageReference Include="SimpleInjector" Version="5.3.0" />
|
2019-08-16 09:47:57 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-16 11:54:31 +00:00
|
|
|
<ProjectReference Include="..\..\Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti.Flow\Tapeti.Flow.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Tapeti\Tapeti.csproj" />
|
|
|
|
<ProjectReference Include="..\ExampleLib\ExampleLib.csproj" />
|
2019-08-16 09:47:57 +00:00
|
|
|
<ProjectReference Include="..\Messaging.TapetiExample\Messaging.TapetiExample.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|