CS2GSI/TestApp/TestApp.csproj

19 lines
483 B
XML
Raw Permalink Normal View History

2024-01-15 23:03:45 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CS2GSI\CS2GSI.csproj" />
</ItemGroup>
</Project>