Sha256: 06a326b754491f78176a6c86f686cf4189c2a8c6bff80cbaf1fc169df2ace1c9

Contents?: true

Size: 1.4 KB

Versions: 5

Compression:

Stored size: 1.4 KB

Contents

<?xml version="1.0"?>
<Project>

  <PropertyGroup>
    <TargetFramework>netstandard1.1</TargetFramework>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <NoBuild>true</NoBuild>
    <IncludeBuildOutput>false</IncludeBuildOutput>
    <PackageOutputPath>$(MSBuildProjectDirectory)</PackageOutputPath>
    <ProjectFileToPack>$(MSBuildProjectFullPath)</ProjectFileToPack>
  </PropertyGroup>

  <PropertyGroup>
    <PackageId>libsodium</PackageId>
    <Version><!-- set by prepare.py --></Version>
    <Authors>Frank Denis</Authors>
    <Description>Internal implementation package not meant for direct consumption. Please do not reference directly.</Description>
    <Copyright>&#169; 2013-2017 Frank Denis</Copyright>
    <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
    <PackageLicenseUrl>https://raw.githubusercontent.com/jedisct1/libsodium/master/LICENSE</PackageLicenseUrl>
    <PackageProjectUrl>https://libsodium.org/</PackageProjectUrl>
    <MinClientVersion>4.0</MinClientVersion>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.0.1" />
  </ItemGroup>

  <ItemGroup>
    <Content Include="LICENSE" PackagePath="" />
    <Content Include="AUTHORS" PackagePath="" />
    <Content Include="ChangeLog" PackagePath="" />
    <Content Include="runtimes\**\*.*" PackagePath="runtimes\" />
  </ItemGroup>

</Project>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
laag-libsodium-1.0.16.2 vendor/github.com/jedisct1/libsodium/packaging/dotnet-core/libsodium.props
laag-libsodium-1.0.16.0 vendor/github.com/jedisct1/libsodium/packaging/dotnet-core/libsodium.props
rbnacl-libsodium-1.0.16 vendor/libsodium/packaging/dotnet-core/libsodium.props
rbnacl-libsodium-1.0.15.1 vendor/libsodium/packaging/dotnet-core/libsodium.props
rbnacl-libsodium-1.0.15 vendor/libsodium/packaging/dotnet-core/libsodium.props