File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
src/OpenTelemetry.Resources.Azure
test/OpenTelemetry.Resources.Azure.Tests Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
6+ ([ #2165 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2165 ) )
7+
58## 1.0.0-beta.9
69
710Released 2024-Sep-24
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
3- <TargetFrameworks >net6 .0;netstandard2.0 </TargetFrameworks >
4- <Description >OpenTelemetry Resource Detectors for Azure cloud environments</Description >
4+ <TargetFrameworks >net8 .0;$(NetStandardMinimumSupportedVersion) </TargetFrameworks >
5+ <Description >OpenTelemetry Resource Detectors for Azure cloud environments. </Description >
56 <PackageTags >$(PackageTags);ResourceDetector</PackageTags >
67 <MinVerTagPrefix >Resources.Azure-</MinVerTagPrefix >
78 </PropertyGroup >
89
9- <!-- Do not run Package Baseline Validation as this package has never released a stable version.
10- Remove this property once we have released a stable version and add PackageValidationBaselineVersion property.-->
10+ <!-- Do not run Package Baseline Validation as this package has never released a stable version.
11+ Remove this property once we have released a stable version and add PackageValidationBaselineVersion property. -->
1112 <PropertyGroup >
1213 <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
1314 </PropertyGroup >
2324 <Compile Include =" $(RepoRoot)\src\Shared\Guard.cs" Link =" Includes\Guard.cs" />
2425 <Compile Include =" $(RepoRoot)\src\Shared\ResourceSemanticConventions.cs" Link =" Includes\ResourceSemanticConventions.cs" />
2526 </ItemGroup >
27+
2628</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
5- <TargetFrameworks >$(SupportedNetTargets )</TargetFrameworks >
6- <TargetFrameworks Condition =" $(OS) == 'Windows_NT'" >$(TargetFrameworks);net462 </TargetFrameworks >
5+ <TargetFrameworks >$(SupportedNetTargetsWithoutNet6 )</TargetFrameworks >
6+ <TargetFrameworks Condition =" $(OS) == 'Windows_NT'" >$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion) </TargetFrameworks >
77 </PropertyGroup >
88
99 <ItemGroup >
You can’t perform that action at this time.
0 commit comments