Skip to content

Commit db41c33

Browse files
committed
Configure package to be packaged for IMPLX
- The network definition for IMPLX will now be packaged as other packages. - Add their official icon to the package.
1 parent f2f5efc commit db41c33

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/Networks/Blockcore.Networks.Impleum/Blockcore.Networks.Impleum.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<Authors>Blockcore</Authors>
5+
<AssemblyTitle>Blockcore.Networks.Impleum</AssemblyTitle>
6+
<AssemblyName>Blockcore.Networks.Impleum</AssemblyName>
7+
<PackageId>Blockcore.Networks.Impleum</PackageId>
8+
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
9+
<IsPackable>true</IsPackable>
510
</PropertyGroup>
611

12+
<PropertyGroup>
13+
<LangVersion>latest</LangVersion>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<EmbeddedResource Include="icon.png" />
18+
</ItemGroup>
19+
720
<ItemGroup>
821
<ProjectReference Include="..\..\Blockcore\Blockcore.csproj" />
922
<ProjectReference Include="..\..\Features\Blockcore.Features.Consensus\Blockcore.Features.Consensus.csproj" />
1.39 KB
Loading

0 commit comments

Comments
 (0)