Skip to content

Commit eeae810

Browse files
committed
Removed netstandard2.0 target framework
1 parent e0d7829 commit eeae810

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/OpenTelemetry.AutoInstrumentation.Digma/OpenTelemetry.AutoInstrumentation.Digma.csproj

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

33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
5-
<TargetFrameworks>netstandard2.0;net47;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
5+
<TargetFrameworks>net47;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
66
<LangVersion>10</LangVersion>
77
<PackageId>OpenTel.AutoInstrumentation.Digma</PackageId>
88
<RootNamespace>OpenTelemetry.AutoInstrumentation.Digma</RootNamespace>

src/OpenTelemetry.AutoInstrumentation.Digma/publish_all.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ for tfm in "${targets[@]}"; do
88
dotnet publish -c Release -f $tfm -o "bin/Publish/$tfm"
99
done
1010

11-
zip -r bin/Publish/OpenTelemetry.AutoInstrumentation.Digma.zip bin/Publish
11+
cd bin/Publish/
12+
zip -r OpenTelemetry.AutoInstrumentation.Digma.zip .
13+
cd ../../

0 commit comments

Comments
 (0)