/
Frexto
/
httplistener-test
Обзор
Документация
Войти
/
Frexto
/
httplistener-test
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
HttpListenerSimple/HttpListenerSimple.csproj
21 строка
571 B
Frexto
Initial commit
25 окт 2025, 08:51
25 окт 2025, 08:51
0c27d2f
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Content Include="static\**\*" CopyToOutputDirectory="PreserveNewest" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\FrextoORM\FrextoORM.csproj" /> </ItemGroup> </Project>