Update to DiagnosticSource 5.0 preview4 (#667)

* Step 0 - Update to DiagnosticSource 5.0 preview5 from non nuget.org feed.

* use preview 4 as that contains the change we are after
This commit is contained in:
Cijo Thomas 2020-05-07 15:55:31 -07:00 committed by GitHub
parent 30f841b2ef
commit 92963a384d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>

View File

@ -19,7 +19,7 @@
</PropertyGroup>
-->
<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.0-preview.4.20251.6" />
</ItemGroup>
</Project>

View File

@ -30,6 +30,7 @@
<ProjectReference Include="..\..\src\OpenTelemetry\OpenTelemetry.csproj" />
<ProjectReference Include="..\TestApp.AspNetCore.3.1\TestApp.AspNetCore.3.1.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.0-preview.4.20251.6" />
</ItemGroup>
<ItemGroup>