File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
src/EtherScan.Dotnet.Client Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net9.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<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 >
7
14
</PropertyGroup >
8
15
9
16
<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" />
13
20
</ItemGroup >
14
21
</Project >
You can’t perform that action at this time.
0 commit comments