Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 0626518

Browse files
ganesanarunlimitless-horizon
authored andcommitted
[EKA-0000] Downgrading .netstandard to support .net framework (#10)
1 parent 67bedb1 commit 0626518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

health-information-provider-library/health-information-provider-library.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>HipLibrary</RootNamespace>
6-
<Version>0.0.10</Version>
6+
<Version>0.1.0</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)