forked from neo-project/neo-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use shared directory.build.props file (neo-project#403)
* use shared directory.build.props file * Update src/LevelDBStore/LevelDBStore.csproj Co-authored-by: Erik Zhang <[email protected]> * Update src/RocksDBStore/RocksDBStore.csproj Co-authored-by: Erik Zhang <[email protected]> * Update src/RocksDBStore/RocksDBStore.csproj Co-authored-by: Erik Zhang <[email protected]> * CR Feedback * Fix namespace Co-authored-by: Harry <[email protected]> Co-authored-by: Erik Zhang <[email protected]> Co-authored-by: Harry Pierson <[email protected]>
- Loading branch information
1 parent
f0a3ab6
commit 85bd7c3
Showing
8 changed files
with
29 additions
and
34 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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<PropertyGroup> | ||
<VersionPrefix>3.0.0</VersionPrefix> | ||
<VersionSuffix>preview3</VersionSuffix> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<RootNamespace>Neo.Plugins</RootNamespace> | ||
<Authors>The Neo Project</Authors> | ||
<PackageTags>NEO;Blockchain</PackageTags> | ||
<PackageProjectUrl>https://github.com/neo-project/neo-modules</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/neo-project/neo-modules.git</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Neo" Version="3.0.0-CI01066" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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
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
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,20 +1,8 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Version>3.0.0-preview3</Version> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<RootNamespace>Neo.Network.RPC</RootNamespace> | ||
<Authors>The Neo Project</Authors> | ||
<PackageId>Neo.Network.RPC.RpcClient</PackageId> | ||
<PackageTags>NEO;Blockchain</PackageTags> | ||
<PackageProjectUrl>https://github.com/neo-project/neo-modules</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/neo-project/neo-modules.git</RepositoryUrl> | ||
<RootNamespace>Neo.Network.RPC</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Neo" Version="3.0.0-CI01066" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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
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
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