|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard14;netstandard2;net45</TargetFrameworks> |
5 | | - <AssemblyName>Ipfs.Api</AssemblyName> |
6 | | - <RootNamespace>Ipfs.Api</RootNamespace> |
7 | | - <DocumentationFile>Ipfs.Api.xml</DocumentationFile> |
8 | | - <DebugType>full</DebugType> |
9 | | - |
10 | | - <!-- developer build is always 0.42 --> |
11 | | - <AssemblyVersion>0.42</AssemblyVersion> |
12 | | - <Version>0.42</Version> |
13 | | - |
14 | | - <!-- Nuget specs --> |
15 | | - <PackageId>Ipfs.Api</PackageId> |
16 | | - <Authors>Richard Schneider</Authors> |
17 | | - <Title>IPFS API</Title> |
18 | | - <Description> Provides .Net client access to the InterPlanetary File System.</Description> |
19 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
20 | | - <PackageReleaseNotes></PackageReleaseNotes> |
21 | | - <Copyright>© 2015-2017 Richard Schneider</Copyright> |
22 | | - <PackageTags>ipfs peer-to-peer distributed file-system</PackageTags> |
23 | | - <IncludeSymbols>True</IncludeSymbols> |
24 | | - <PackageLicenseUrl>https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE</PackageLicenseUrl> |
25 | | - <PackageProjectUrl>https://github.com/richardschneider/net-ipfs-api</PackageProjectUrl> |
26 | | - <PackageIconUrl>https://github.com/ipfs/logo/blob/master/platform-icons/osx-menu-bar.png</PackageIconUrl> |
27 | | - |
28 | | - </PropertyGroup> |
29 | | - |
30 | | - <ItemGroup> |
31 | | - <PackageReference Include="Ipfs.Core" Version="0.11.0" /> |
32 | | - <PackageReference Include="Newtonsoft.Json" Version="10.0.3" /> |
33 | | - <PackageReference Include="System.Net.Http" Version="4.3.3" Condition="'$(TargetFramework)' == 'netstandard14'" /> |
34 | | - <PackageReference Include="System.Net.Http" Version="4.3.3" Condition="'$(TargetFramework)' == 'net45'" /> |
35 | | - </ItemGroup> |
36 | | - |
37 | | - |
38 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard14;netstandard2;net45</TargetFrameworks> |
| 5 | + <AssemblyName>Ipfs.Api</AssemblyName> |
| 6 | + <RootNamespace>Ipfs.Api</RootNamespace> |
| 7 | + <DocumentationFile>Ipfs.Api.xml</DocumentationFile> |
| 8 | + <DebugType>full</DebugType> |
| 9 | + |
| 10 | + <!-- developer build is always 0.42 --> |
| 11 | + <AssemblyVersion>0.42</AssemblyVersion> |
| 12 | + <Version>0.42</Version> |
| 13 | + |
| 14 | + <!-- Nuget specs --> |
| 15 | + <PackageId>Ipfs.Api</PackageId> |
| 16 | + <Authors>Richard Schneider</Authors> |
| 17 | + <Title>IPFS API</Title> |
| 18 | + <Description> Provides .Net client access to the InterPlanetary File System.</Description> |
| 19 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 20 | + <PackageReleaseNotes></PackageReleaseNotes> |
| 21 | + <Copyright>© 2015-2017 Richard Schneider</Copyright> |
| 22 | + <PackageTags>ipfs peer-to-peer distributed file-system</PackageTags> |
| 23 | + <IncludeSymbols>True</IncludeSymbols> |
| 24 | + <PackageLicenseUrl>https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE</PackageLicenseUrl> |
| 25 | + <PackageProjectUrl>https://github.com/richardschneider/net-ipfs-api</PackageProjectUrl> |
| 26 | + <PackageIconUrl>https://github.com/ipfs/logo/blob/master/platform-icons/osx-menu-bar.png</PackageIconUrl> |
| 27 | + |
| 28 | + </PropertyGroup> |
| 29 | + |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Include="Ipfs.Core" Version="0.13.0" /> |
| 32 | + <PackageReference Include="Newtonsoft.Json" Version="10.0.3" /> |
| 33 | + <PackageReference Include="System.Net.Http" Version="4.3.3" Condition="'$(TargetFramework)' == 'netstandard14'" /> |
| 34 | + <PackageReference Include="System.Net.Http" Version="4.3.3" Condition="'$(TargetFramework)' == 'net45'" /> |
| 35 | + </ItemGroup> |
| 36 | + |
| 37 | + |
| 38 | +</Project> |
0 commit comments