This commit is contained in:
Stef Heyenrath
2023-02-25 10:12:37 +01:00
parent b2ab22a1bf
commit af99f41dc9
11 changed files with 91 additions and 203 deletions
@@ -1,14 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>ProxyInterfaceConsumer</AssemblyName>
<RootNamespace>ProxyInterfaceConsumer</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>ProxyInterfaceConsumer</AssemblyName>
<RootNamespace>ProxyInterfaceConsumer</RootNamespace>
<Nullable>enable</Nullable>
<ItemGroup>
<PackageReference Include="ProxyInterfaceGenerator" Version="0.0.10" />
</ItemGroup>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="Mapster" Version="7.3.0" />
<PackageReference Include="ProxyInterfaceGenerator" Version="0.0.32" />
</ItemGroup>
</Project>