[repo] Update the System.Diagnostics.DiagnosticSource and Microsoft.Extensions.* packages to .NET 9.0 RC.1 (#5853)
This commit is contained in:
parent
86c1d8c2b3
commit
c1a1931319
|
|
@ -26,14 +26,14 @@
|
|||
these packages even during major version bumps, so compatibility is not a concern here.
|
||||
-->
|
||||
|
||||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
|
||||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0-rc.1.24431.7" />
|
||||
|
||||
<PackageVersion Include="OpenTelemetry" Version="[$(OTelLatestStableVer),2.0)" />
|
||||
<PackageVersion Include="OpenTelemetry.Api" Version="[$(OTelLatestStableVer),2.0)" />
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
3) The .NET runtime team provides extra backward compatibility guarantee to System.Diagnostics.DiagnosticSource
|
||||
even during major version bumps, so compatibility is not a concern here.
|
||||
-->
|
||||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
|
||||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.0-rc.1.24431.7" />
|
||||
|
||||
<!-- A conservative version of System.Text.Encodings.Web must be used here since there is no backward compatibility guarantee during major version bumps. -->
|
||||
<PackageVersion Include="System.Text.Encodings.Web" Version="4.7.2" />
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
This section covers packages that are **not** directly referenced by the NuGet packages published from this repository.
|
||||
For example, these packages are used in the tests, examples or referenced as "PrivateAssets", but not in the NuGet packages themselves.
|
||||
-->
|
||||
<!-- 'net8.0' is the default `TargetFramework`. Use `VersionOverride` in the project to override the package versions from a different `TargetFramework` -->
|
||||
<!-- 'net9.0' is the default `TargetFramework`. Use `VersionOverride` in the project to override the package versions from a different `TargetFramework` -->
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="BenchmarkDotNet" Version="[0.13.12,0.14)" />
|
||||
<PackageVersion Include="CommandLineParser" Version="[2.9.1,3.0)" />
|
||||
|
|
@ -77,11 +77,11 @@
|
|||
<PackageVersion Include="Grpc.Tools" Version="[2.59.0,3.0)" />
|
||||
<PackageVersion Include="Microsoft.CSharp" Version="[4.7.0]" />
|
||||
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="[3.11.0-beta1.23525.2]" />
|
||||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="[8.0.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[8.0.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Http" Version="[8.0.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Telemetry.Abstractions" Version="[8.8.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="[9.0.0-rc.1.24431.7,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[9.0.0-rc.1.24431.7,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Http" Version="[9.0.0-rc.1.24431.7,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="[9.0.0-rc.1.24431.7,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Telemetry.Abstractions" Version="[9.0.0-preview.8.24460.1,)" />
|
||||
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="[1.0.3,2.0)" />
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="[17.11.0,18.0.0)" />
|
||||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="[8.0.0,9.0)" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<Project>
|
||||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
|
||||
<ItemGroup>
|
||||
<PackageVersion Update="System.Text.Json" Version="8.0.4" />
|
||||
<PackageVersion Update="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated `Microsoft.Extensions.DependencyInjection.Abstractions` package
|
||||
version to `9.0.0-rc.1.24431.7`.
|
||||
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
Released 2024-Jun-14
|
||||
|
|
|
|||
|
|
@ -25,6 +25,10 @@ Notes](../../RELEASENOTES.md).
|
|||
APIs for reading the status of an `Activity` instance.
|
||||
([#5781](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5781))
|
||||
|
||||
* Updated `System.Diagnostics.DiagnosticSource` package version to
|
||||
`9.0.0-rc.1.24431.7`.
|
||||
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
Released 2024-Jun-14
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ Notes](../../RELEASENOTES.md).
|
|||
on mobile platforms which caused telemetry to be dropped silently.
|
||||
([#5821](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/5821))
|
||||
|
||||
* Updated `Microsoft.Extensions.Hosting.Abstractions` package
|
||||
version to `9.0.0-rc.1.24431.7`.
|
||||
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
Released 2024-Jun-14
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated `Microsoft.Extensions.Hosting.Abstractions` package
|
||||
version to `9.0.0-rc.1.24431.7`.
|
||||
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
Released 2024-Jun-14
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@ Notes](../../RELEASENOTES.md).
|
|||
`IOpenTelemetryBuilder`.
|
||||
([#5325](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5325))
|
||||
|
||||
* Updated the `Microsoft.Extensions.Logging.Configuration` and
|
||||
`Microsoft.Extensions.Diagnostics.Abstractions` packages version to
|
||||
`9.0.0-rc.1.24431.7`.
|
||||
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
Released 2024-Jun-14
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
|
||||
<PackageVersion Update="System.Text.Json" Version="8.0.4" />
|
||||
<PackageVersion Update="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
|
||||
<PackageVersion Include="NuGet.Versioning" Version="6.11.0" />
|
||||
<PackageVersion Include="Microsoft.Coyote" Version="1.7.11" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue