|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <PropertyGroup> |
4 |
| - <LangVersion>latest</LangVersion> |
5 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
6 |
| - <ImplicitUsings>enable</ImplicitUsings> |
7 |
| - <Nullable>enable</Nullable> |
8 |
| - </PropertyGroup> |
9 |
| - |
10 |
| - <PropertyGroup> |
11 |
| - <PackageId>Netezos</PackageId> |
12 |
| - <PackageTags>tezos crypto blockchain xtz rpc keys signing forging encoding ledger smart contract</PackageTags> |
13 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
14 |
| - <PackageProjectUrl>https://netezos.dev</PackageProjectUrl> |
15 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
16 |
| - <PackageIcon>icon.png</PackageIcon> |
17 |
| - |
18 |
| - <RepositoryUrl>https://github.com/baking-bad/netezos</RepositoryUrl> |
19 |
| - <RepositoryType>git</RepositoryType> |
20 |
| - |
21 |
| - <Authors>Groxan</Authors> |
22 |
| - <Product>Netezos</Product> |
23 |
| - <Description>.NET SDK for Tezos blockchain (.NET Stansard 2.0)</Description> |
24 |
| - <Version>2.10.1</Version> |
25 |
| - <Copyright>Copyright © Baking Bad 2019-2024</Copyright> |
26 |
| - </PropertyGroup> |
27 |
| - |
28 |
| - <ItemGroup> |
29 |
| - <None Include="../icon.png" Pack="true" PackagePath="/" /> |
30 |
| - <None Include="../README.md" Pack="true" PackagePath="/" /> |
31 |
| - </ItemGroup> |
32 |
| - |
33 |
| - <ItemGroup> |
34 |
| - <PackageReference Include="Dynamic.Json" Version="1.4.1" /> |
35 |
| - <PackageReference Include="Portable.BouncyCastle" Version="1.9.0" /> |
36 |
| - </ItemGroup> |
37 |
| - |
38 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <LangVersion>latest</LangVersion> |
| 5 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <Nullable>enable</Nullable> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <PropertyGroup> |
| 11 | + <PackageId>Netezos</PackageId> |
| 12 | + <PackageTags>tezos crypto blockchain xtz rpc keys signing forging encoding ledger smart contract</PackageTags> |
| 13 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 14 | + <PackageProjectUrl>https://netezos.dev</PackageProjectUrl> |
| 15 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 16 | + <PackageIcon>icon.png</PackageIcon> |
| 17 | + |
| 18 | + <RepositoryUrl>https://github.com/baking-bad/netezos</RepositoryUrl> |
| 19 | + <RepositoryType>git</RepositoryType> |
| 20 | + |
| 21 | + <Authors>Groxan</Authors> |
| 22 | + <Product>Netezos</Product> |
| 23 | + <Description>.NET SDK for Tezos blockchain (.NET Stansard 2.0)</Description> |
| 24 | + <Version>2.11.0</Version> |
| 25 | + <Copyright>Copyright © Baking Bad 2019-2025</Copyright> |
| 26 | + </PropertyGroup> |
| 27 | + |
| 28 | + <ItemGroup> |
| 29 | + <None Include="../icon.png" Pack="true" PackagePath="/" /> |
| 30 | + <None Include="../README.md" Pack="true" PackagePath="/" /> |
| 31 | + </ItemGroup> |
| 32 | + |
| 33 | + <ItemGroup> |
| 34 | + <PackageReference Include="Dynamic.Json" Version="1.4.1" /> |
| 35 | + <PackageReference Include="Portable.BouncyCastle" Version="1.9.0" /> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | +</Project> |
0 commit comments