Solana.Unity.Bolt.Test.csproj 576 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Solana.Unity.Programs" Version="2.6.1.3" />
  10. <PackageReference Include="Solana.Unity.Rpc" Version="2.6.1.3" />
  11. <PackageReference Include="Solana.Unity.Wallet" Version="2.6.1.3" />
  12. <ProjectReference Include="..\Solana.Unity.Bolt\Solana.Unity.Bolt.csproj" />
  13. </ItemGroup>
  14. </Project>