Skip to content

Commit

Permalink
Generate packages for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rosona committed Apr 29, 2019
1 parent 9abff47 commit 1d02943
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 1d02943

Please sign in to comment.