Skip to content

Commit 2db9104

Browse files
committed
Downgrade to core 2.0
1 parent cc95b42 commit 2db9104

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

FrappeRestClient.Net.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1616
RELEASE-NOTES.MD = RELEASE-NOTES.MD
1717
EndProjectSection
1818
EndProject
19+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{63CF14E9-ACD7-42BD-98FD-7C55AA0BB13A}"
20+
EndProject
1921
Global
2022
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2123
Debug|Any CPU = Debug|Any CPU
@@ -30,6 +32,10 @@ Global
3032
{39CE8B3C-50A5-4A83-ACE6-D0F75502C1BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
3133
{39CE8B3C-50A5-4A83-ACE6-D0F75502C1BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
3234
{39CE8B3C-50A5-4A83-ACE6-D0F75502C1BF}.Release|Any CPU.Build.0 = Release|Any CPU
35+
{63CF14E9-ACD7-42BD-98FD-7C55AA0BB13A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{63CF14E9-ACD7-42BD-98FD-7C55AA0BB13A}.Debug|Any CPU.Build.0 = Debug|Any CPU
37+
{63CF14E9-ACD7-42BD-98FD-7C55AA0BB13A}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{63CF14E9-ACD7-42BD-98FD-7C55AA0BB13A}.Release|Any CPU.Build.0 = Release|Any CPU
3339
EndGlobalSection
3440
GlobalSection(SolutionProperties) = preSolution
3541
HideSolutionNode = FALSE

FrappeRestClient.Net/FrappeRestClient.Net.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
54
<Authors>Yemi Kudaisi</Authors>
65
<Company>Yemi Kudaisi</Company>
76
<Description>.Net REST client for Frappe Framework</Description>
87
<Copyright>Copyright © 2021</Copyright>
9-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
8+
<PackageLicenseFile>C:\Users\aking\source\repos\FrappeRestClient.Net\LICENSE</PackageLicenseFile>
109
<PackageProjectUrl>https://github.com/yemikudaisi/FrappeRestClient.Net</PackageProjectUrl>
1110
<RepositoryUrl>https://github.com/yemikudaisi/FrappeRestClient.Net</RepositoryUrl>
1211
<RepositoryType>Git</RepositoryType>
1312
<PackageTags>api,rest,api-client,frappe-framework</PackageTags>
1413
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1514
<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>
1719
</PropertyGroup>
1820

1921
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
22+
<Version>1.0.1</Version>
2023
<DocumentationFile>C:\Users\aking\source\repos\Frappe.Net\src\FrappeRestClient.Net\Frappe.Net.xml</DocumentationFile>
2124
</PropertyGroup>
2225

2326
<ItemGroup>
2427
<PackageReference Include="log4net" Version="2.0.12" />
28+
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
2529
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
2630
<PrivateAssets>all</PrivateAssets>
2731
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)