|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>netcoreapp3.1</TargetFramework> |
5 | 4 | <Authors>Yemi Kudaisi</Authors> |
6 | 5 | <Company>Yemi Kudaisi</Company> |
7 | 6 | <Description>.Net REST client for Frappe Framework</Description> |
8 | 7 | <Copyright>Copyright © 2021</Copyright> |
9 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 8 | + <PackageLicenseFile>C:\Users\aking\source\repos\FrappeRestClient.Net\LICENSE</PackageLicenseFile> |
10 | 9 | <PackageProjectUrl>https://github.com/yemikudaisi/FrappeRestClient.Net</PackageProjectUrl> |
11 | 10 | <RepositoryUrl>https://github.com/yemikudaisi/FrappeRestClient.Net</RepositoryUrl> |
12 | 11 | <RepositoryType>Git</RepositoryType> |
13 | 12 | <PackageTags>api,rest,api-client,frappe-framework</PackageTags> |
14 | 13 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
15 | 14 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
16 | | - <TargetFramework>netcoreapp3.1</TargetFramework> |
| 15 | + <AssemblyVersion>1.0.2</AssemblyVersion> |
| 16 | + <FileVersion>1.0.2</FileVersion> |
| 17 | + <TargetFramework>netcoreapp2.0</TargetFramework> |
| 18 | + <Version>1.0.2</Version> |
17 | 19 | </PropertyGroup> |
18 | 20 |
|
19 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 22 | + <Version>1.0.1</Version> |
20 | 23 | <DocumentationFile>C:\Users\aking\source\repos\Frappe.Net\src\FrappeRestClient.Net\Frappe.Net.xml</DocumentationFile> |
21 | 24 | </PropertyGroup> |
22 | 25 |
|
23 | 26 | <ItemGroup> |
24 | 27 | <PackageReference Include="log4net" Version="2.0.12" /> |
| 28 | + <PackageReference Include="NETStandard.Library" Version="2.0.3" /> |
25 | 29 | <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
26 | 30 | <PrivateAssets>all</PrivateAssets> |
27 | 31 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments