1 <?xml version="1.0"?>
2 <Project>
3
4 <PropertyGroup>
5 <TargetFramework>netstandard1.1</TargetFramework>
6 <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
7 <NoBuild>true</NoBuild>
8 <IncludeBuildOutput>false</IncludeBuildOutput>
9 <PackageOutputPath>$(MSBuildProjectDirectory)</PackageOutputPath>
10 <ProjectFileToPack>$(MSBuildProjectFullPath)</ProjectFileToPack>
11 </PropertyGroup>
12
13 <PropertyGroup>
14 <PackageId>libsodium</PackageId>
15 <Version><!-- set by prepare.py --></Version>
16 <Authors>Frank Denis</Authors>
17 <Description>Internal implementation package not meant for direct consumption. Please do not reference directly.</Description>
18 <Copyright>© 2013-2017 Frank Denis</Copyright>
19 <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
20 <PackageLicenseUrl>https://raw.githubusercontent.com/jedisct1/libsodium/master/LICENSE</PackageLicenseUrl>
21 <PackageProjectUrl>https://libsodium.org/</PackageProjectUrl>
22 <MinClientVersion>4.0</MinClientVersion>
23 </PropertyGroup>
24
25 <ItemGroup>
26 <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.0.1" />
27 </ItemGroup>
28
29 <ItemGroup>
30 <Content Include="LICENSE" PackagePath="" />
31 <Content Include="AUTHORS" PackagePath="" />
32 <Content Include="ChangeLog" PackagePath="" />
33 <Content Include="runtimes\**\*.*" PackagePath="runtimes\" />
34 </ItemGroup>
35
36 </Project>
Cache object: b6c46b458774711ddf111a5b434be3dd
|