aspnetcore/test/ApplicationInsights.Hosting.../ApplicationInsights.Hosting...

30 lines
949 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<None Remove="AfterScript.html" />
<None Remove="BeforeScript.html" />
<None Remove="Rendered.html" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AfterScript.html" />
<EmbeddedResource Include="BeforeScript.html" />
<EmbeddedResource Include="Rendered.html" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.ApplicationInsights.HostingStartup\Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.IntegrationTesting" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
</ItemGroup>
</Project>