Skip to content

Commit

Permalink
include other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqjasoria committed Jun 11, 2024
1 parent 6d1fc8e commit 147a79d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
16 changes: 6 additions & 10 deletions src/Nethermind.RustVerkle/Nethermind.RustVerkle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,25 @@
</PropertyGroup>

<ItemGroup>
<Content Include="runtimes\linux-arm64\libc_verkle.so">
<Content Include="runtimes\linux-arm64\libc_verkle.so" Pack="true" PackagePath="runtimes\linux-arm64\libc_verkle.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="runtimes\linux-arm\libc_verkle.so">
<Content Include="runtimes\linux-arm\libc_verkle.so" Pack="true" PackagePath="runtimes\linux-arm\libc_verkle.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="runtimes\linux-x64\libc_verkle.so">
<Content Include="runtimes\linux-x64\libc_verkle.so" Pack="true" PackagePath="runtimes\linux-x64\libc_verkle.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="runtimes\osx-x64\libc_verkle.dylib">
<Content Include="runtimes\osx-x64\libc_verkle.dylib" Pack="true" PackagePath="runtimes\osx-x64\libc_verkle.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="runtimes\osx-arm64\libc_verkle.dylib">
<Content Include="runtimes\osx-arm64\libc_verkle.dylib" Pack="true" PackagePath="runtimes\osx-arm64\libc_verkle.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="runtimes\win-x64\c_verkle.dll">
<Content Include="runtimes\win-x64\c_verkle.dll" Pack="true" PackagePath="runtimes\win-x64\c_verkle.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Folder Include="runtimes\linux-x64\" />
</ItemGroup>


</Project>
7 changes: 5 additions & 2 deletions src/Nethermind.Verkle/Nethermind.Verkle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Label="Nethermind">
<Version>0.2.6-alpha</Version>
<Version>0.2.7-alpha</Version>
<Authors>Tanishq Jasoria</Authors>
<Company>Nethermind</Company>
<Copyright>Demerzel Solutions Limited</Copyright>
Expand All @@ -30,7 +30,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Nethermind.RustVerkle\Nethermind.RustVerkle.csproj" />
<ProjectReference Include="..\Nethermind.RustVerkle\Nethermind.RustVerkle.csproj">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</ProjectReference>
</ItemGroup>

</Project>

0 comments on commit 147a79d

Please sign in to comment.