tesses-profileicon/Tesses.ProfileIcon.Console/Tesses.ProfileIcon.Console....

15 lines
352 B
XML
Raw Normal View History

2023-09-15 02:58:18 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Tesses.ProfileIcon\Tesses.ProfileIcon.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>