aspnetcore/test/Microsoft.AspNetCore.Diagno.../Microsoft.AspNetCore.Diagno...

36 lines
1.7 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFrameworks>netcoreapp1.1;net452</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.1</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<PublicSign>false</PublicSign>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\samples\DatabaseErrorPageSample\DatabaseErrorPageSample.csproj" />
<ProjectReference Include="..\..\samples\DeveloperExceptionPageSample\DeveloperExceptionPageSample.csproj" />
<ProjectReference Include="..\..\samples\ElmPageSample\ElmPageSample.csproj" />
<ProjectReference Include="..\..\samples\ExceptionHandlerSample\ExceptionHandlerSample.csproj" />
<ProjectReference Include="..\..\samples\MiddlewareAnalysisSample\MiddlewareAnalysisSample.csproj" />
<ProjectReference Include="..\..\samples\StatusCodePagesSample\StatusCodePagesSample.csproj" />
<ProjectReference Include="..\..\samples\WelcomePageSample\WelcomePageSample.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>