tesses-profileicon/Tesses.ProfileIcon.Browser/Tesses.ProfileIcon.Browser....

20 lines
531 B
XML
Raw Permalink Normal View History

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