forked from magicblock-labs/Solana.Unity-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolana.Unity.KeyStore.csproj
More file actions
27 lines (22 loc) · 939 Bytes
/
Copy pathSolana.Unity.KeyStore.csproj
File metadata and controls
27 lines (22 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />
<PackageReference Include="Chaos.NaCl.Standard" Version="1.0.*" />
<PackageReference Include="IsExternalInit" Version="1.0.*" PrivateAssets="all" />
<PackageReference Include="IndexRange" Version="1.0.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Solana.Unity.Wallet\Solana.Unity.Wallet.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\link.xml">
<LogicalName>Solana.Unity.KeyStore.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>
<Import Project="..\..\SharedBuildProperties.props" />
</Project>