/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/Kestrel/samples/HttpClientApp/HttpClientApp.csproj
12 строк
440 B
David Acker
Move Kestrel shared source to src\Shared (#46112)
23 янв 2023, 21:36
Не верифицирован
23 янв 2023, 21:36
3261139
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="$(SharedSourceRoot)TestResources.cs" LinkBase="shared" /> <Content Include="$(SharedSourceRoot)TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" /> </ItemGroup> </Project>