Skip to content

Commit

Permalink
feat: setup package
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf committed Jul 15, 2024
1 parent 672021b commit 014d9c6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions AElf.OpenTelemetry/AElf.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageType>Contract</PackageType>
<PackageId>AElf.ContractTemplates</PackageId>
<Title>AElf Contract</Title>
<Authors>AElf</Authors>
<Description>Templates to use when creating an template for AElf Contract.</Description>
<PackageTags>abp;module;grains;orleans</PackageTags>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/AElfProject/aelf.opentelemetry</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/AElfProject/aelf.opentelemetry</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,4 +24,14 @@
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.7.0" />
</ItemGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
<None Include="../LICENSE" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit 014d9c6

Please sign in to comment.