19 lines
661 B
XML
19 lines
661 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\OpenTelemetry.AutoInstrumentation.BuildTasks\OpenTelemetry.AutoInstrumentation.BuildTasks.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\IntegrationTests\Helpers\EnvironmentTools.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<!-- Packages referenced by the BuildTasks are not transferred to the test library so add them here so it can be used by the tests. -->
|
|
<PackageReference Include="Microsoft.Build.Utilities.Core" />
|
|
<PackageReference Include="Newtonsoft.Json" />
|
|
<PackageReference Include="NuGet.Versioning" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|