-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>Netezos</PackageId> | ||
<PackageTags>tezos crypto blockchain xtz rpc keys signing forging encoding ledger smart contract</PackageTags> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://netezos.dev</PackageProjectUrl> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>icon.png</PackageIcon> | ||
|
||
<RepositoryUrl>https://github.com/baking-bad/netezos</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
|
||
<Authors>Groxan</Authors> | ||
<Product>Netezos</Product> | ||
<Description>.NET SDK for Tezos blockchain (.NET Stansard 2.0)</Description> | ||
<Version>2.10.1</Version> | ||
<Copyright>Copyright © Baking Bad 2019-2024</Copyright> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../icon.png" Pack="true" PackagePath="/" /> | ||
<None Include="../README.md" Pack="true" PackagePath="/" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Dynamic.Json" Version="1.4.1" /> | ||
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>Netezos</PackageId> | ||
<PackageTags>tezos crypto blockchain xtz rpc keys signing forging encoding ledger smart contract</PackageTags> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://netezos.dev</PackageProjectUrl> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>icon.png</PackageIcon> | ||
|
||
<RepositoryUrl>https://github.com/baking-bad/netezos</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
|
||
<Authors>Groxan</Authors> | ||
<Product>Netezos</Product> | ||
<Description>.NET SDK for Tezos blockchain (.NET Stansard 2.0)</Description> | ||
<Version>2.11.0</Version> | ||
<Copyright>Copyright © Baking Bad 2019-2025</Copyright> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../icon.png" Pack="true" PackagePath="/" /> | ||
<None Include="../README.md" Pack="true" PackagePath="/" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Dynamic.Json" Version="1.4.1" /> | ||
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |