Skip to content

Commit

Permalink
Replaced the OpenTelemetry.Api Nuget Package with OpenTelemetry.Api.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
omachavez committed Jul 5, 2023
1 parent 7d9f10d commit 0280e24
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
Binary file not shown.
25 changes: 25 additions & 0 deletions MySQL.Data.OpenTelemetry/MySQL.Data.OpenTelemetry.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MySQL.Data.OpenTelemetry", "src\MySQL.Data.OpenTelemetry.csproj", "{60C2984E-BF90-43AA-83CC-47F5BFF8459A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60C2984E-BF90-43AA-83CC-47F5BFF8459A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C2984E-BF90-43AA-83CC-47F5BFF8459A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C2984E-BF90-43AA-83CC-47F5BFF8459A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C2984E-BF90-43AA-83CC-47F5BFF8459A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2FF3DAD-CC92-43CB-9E98-480F4E9FDD32}
EndGlobalSection
EndGlobal
4 changes: 3 additions & 1 deletion MySQL.Data.OpenTelemetry/src/MySQL.Data.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTelemetry.API" Version="1.4.0" />
<Reference Include="OpenTelemetry.Api">
<HintPath>..\..\Dependencies\OpenTelemetry.Api\OpenTelemetry.Api.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit 0280e24

Please sign in to comment.