pschelpdesk/Vendor/Prise.Tests.Integration/IntegrationTestsPlugins/PluginC/PluginC.csproj
2024-11-04 20:45:34 +01:00

13 lines
435 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Prise.Plugin\Prise.Plugin.csproj" />
<ProjectReference Include="..\..\Prise.IntegrationTestsContract\Prise.IntegrationTestsContract.csproj" />
<ProjectReference Include="..\DomainForPluginC\DomainForPluginC.csproj" />
</ItemGroup>
</Project>