2019-08-16 09:47:57 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-02-09 07:35:57 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2019-08-16 09:47:57 +00:00
|
|
|
<RootNamespace>_03_FlowRequestResponse</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-11-21 15:59:09 +00:00
|
|
|
<PackageReference Include="SimpleInjector" Version="5.4.1" />
|
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>
|