Skip to content

Commit

Permalink
[Instrumentation.Quartz] Remove net472 and update tested frameworks (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jan 20, 2023
1 parent a63793d commit 68f3f90
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
Empty file.

This file was deleted.

2 changes: 2 additions & 0 deletions src/OpenTelemetry.Instrumentation.Quartz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Update OpenTelemetry.Api to 1.3.1.
([#889](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/889))
* Removes .NET Framework 4.7.2. It is distributed as .NET Standard 2.0.
([#911](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/911))

## 1.0.0-alpha.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>OpenTelemetry Quartz.NET Instrumentation</Description>
<PackageTags>$(PackageTags);distributed-tracing</PackageTags>
<MinVerTagPrefix>Instrumentation.Quartz-</MinVerTagPrefix>
<IncludeSharedInstrumentationSource>true</IncludeSharedInstrumentationSource>
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyName>OpenTelemetry.Instrumentation.Quartz</AssemblyName>
<RootNamespace>OpenTelemetry.Instrumentation.Quartz</RootNamespace>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Unit test project for OpenTelemetry Quartz.NET instrumentation</Description>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net472</TargetFrameworks>
<IncludeSharedTestSource>true</IncludeSharedTestSource>
</PropertyGroup>

Expand Down

0 comments on commit 68f3f90

Please sign in to comment.