summaryrefslogtreecommitdiffstats
path: root/src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj
blob: 9c27c3546d6bfda399fb126c09947113d7017658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net5.0</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\IOL.VippsEcommerce\IOL.VippsEcommerce.csproj" />
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
    </ItemGroup>

</Project>