Skip to content

Commit

Permalink
Merge pull request #1647 from AElfProject/fix/nuget-package
Browse files Browse the repository at this point in the history
Generate package for projects
  • Loading branch information
rosona authored Apr 30, 2019
2 parents 9abff47 + 1d02943 commit 19e8428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>AElf.Kernel.Consensus.Scheduler</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/AElf.Kernel.Token/AElf.Kernel.Token.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>AElf.Kernel.Token</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 19e8428

Please sign in to comment.