Skip to content

Commit 21de55a

Browse files
committed
extra changes reverted
1 parent c0d4db0 commit 21de55a

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

examples/MicroserviceExample/WebApi/WebApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>$(DefaultTargetFrameworkForExampleApps)</TargetFramework>
4-
<IsPackable>true</IsPackable>
54
</PropertyGroup>
65

76
<ItemGroup>

src/OpenTelemetry/OpenTelemetry.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
<TargetFrameworks>$(TargetFrameworksForLibrariesExtended)</TargetFrameworks>
55
<Description>OpenTelemetry .NET SDK</Description>
66
<MinVerTagPrefix>core-</MinVerTagPrefix>
7-
<IsPackable>true</IsPackable>
87
</PropertyGroup>
98

10-
11-
12-
13-
149
<ItemGroup>
1510
<PackageReference Include="Microsoft.Extensions.Diagnostics.Abstractions" />
1611
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" />

test/TestApp.AspNetCore/TestApp.AspNetCore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(TargetFrameworksForAspNetCoreTests)</TargetFrameworks>
5-
<IsPackable>true</IsPackable>
65
</PropertyGroup>
76

87
<ItemGroup>

0 commit comments

Comments
 (0)