Skip to content

Commit d0eaa01

Browse files
committed
Pack configs
1 parent 7ef2483 commit d0eaa01

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/EtherScan.Dotnet.Client/EtherScan.Dotnet.Client.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<PackageId>etherscan.dotnet.client</PackageId>
9+
<Version>1.0.0</Version>
10+
<Authors>Aybars</Authors>
11+
<Description>.NET client library for interacting with the EtherScan API</Description>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13+
<PackageProjectUrl>https://github.com/arslanaybars/etherscan.dotnet.client</PackageProjectUrl>
714
</PropertyGroup>
815

916
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0" />
11-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0"/>
18+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0"/>
19+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0"/>
1320
</ItemGroup>
1421
</Project>

0 commit comments

Comments
 (0)