File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
This is to ensure that the NuGet packages that users deploy match the support lifetimes of the .NET version they are using (i.e. LTS vs STS).
17
17
See https://github.com/open-telemetry/opentelemetry-dotnet/issues/5973 for more details.
18
18
-->
19
- <RuntimePackageVersions Condition =" '$(TargetFramework)' == 'net8.0'" >8.0.0</RuntimePackageVersions >
20
- <RuntimePackageVersions Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.0</RuntimePackageVersions >
19
+ <RuntimePackageVersions Condition =" '$(TargetFramework)' == 'net8.0'" >[ 8.0.0,) </RuntimePackageVersions >
20
+ <RuntimePackageVersions Condition =" '$(TargetFramework)' == 'net9.0'" >[ 9.0.0,) </RuntimePackageVersions >
21
21
22
22
<!-- Mitigate https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485. -->
23
- <SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >8.0.0</SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >
24
- <SystemTextJsonOutOfBandMinimumCoreAppVer >8.0.5</SystemTextJsonOutOfBandMinimumCoreAppVer >
23
+ <SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >[ 8.0.0,) </SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >
24
+ <SystemTextJsonOutOfBandMinimumCoreAppVer >[ 8.0.5,) </SystemTextJsonOutOfBandMinimumCoreAppVer >
25
25
</PropertyGroup >
26
26
27
27
<!--
You can’t perform that action at this time.
0 commit comments