Skip to content

Commit

Permalink
Use the versions directly
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Oct 17, 2023
1 parent 88aa152 commit f56709a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<OTelLatestStableVer>1.6.0</OTelLatestStableVer>
<DiagnosticsSourceVer>8.0.0-rc.2.23479.6</DiagnosticsSourceVer>
<MicrosoftExtensionsVer>$(DiagnosticsSourceVer)</MicrosoftExtensionsVer>
</PropertyGroup>

<!--
Expand Down Expand Up @@ -31,7 +29,7 @@
3) Since version 3.1.0, the .NET runtime team is holding a high bar for backward compatibility on
Microsoft.Extensions.Logging even during major version bumps, so compatibility is not a concern here.
-->
<PackageVersion Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsVer)" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.2.23479.6" />

<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="[3.1.0,)" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="[3.1.0,)" />
Expand All @@ -51,7 +49,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="$(DiagnosticsSourceVer)" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0-rc.2.23479.6" />

<!-- 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" />
Expand Down

0 comments on commit f56709a

Please sign in to comment.