1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/BillingCore/BillingCore.csproj

18 lines
437 B
XML
Raw Permalink Normal View History

2021-08-12 03:44:15 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-05-23 04:59:42 +02:00
<TargetFramework>net6.0</TargetFramework>
2021-08-12 03:44:15 +02:00
<AssemblyName>Teknik.BillingCore</AssemblyName>
<RootNamespace>Teknik.BillingCore</RootNamespace>
</PropertyGroup>
<ItemGroup>
2022-05-23 04:59:42 +02:00
<PackageReference Include="Stripe.net" Version="39.112.0" />
2021-08-12 03:44:15 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Configuration\Configuration.csproj" />
</ItemGroup>
</Project>