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 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 >
You can’t perform that action at this time.
0 commit comments