LicensingApp.csproj 308 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <AssemblyName>Application.LicensingApp</AssemblyName>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\FdcServer\FdcServerHost\FdcServerHost.csproj" />
  8. </ItemGroup>
  9. </Project>