Files
Partsource/PartSource.Services/PartSource.Services.csproj

25 lines
693 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Configurations>Debug;Release;Also Debug</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Integrations\**" />
<EmbeddedResource Remove="Integrations\**" />
<None Remove="Integrations\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="11.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Ratermania.Shopify" Version="6.16.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PartSource.Data\PartSource.Data.csproj" />
</ItemGroup>
</Project>