diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-12 21:17:48 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-12 21:39:22 +0100 |
| commit | b4edb24ec32fa5f61fd967e2893b6f335764eb11 (patch) | |
| tree | 3151819597c470827ee6d0b470168a948785fc83 /BDInfo | |
| parent | 3680da59a37a0c910928fc31c3c6659339c822f2 (diff) | |
Change libraries from netcoreapp to netstandard
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
Diffstat (limited to 'BDInfo')
| -rw-r--r-- | BDInfo/BDInfo.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj index f38fc8101..403ecec4e 100644 --- a/BDInfo/BDInfo.csproj +++ b/BDInfo/BDInfo.csproj @@ -5,7 +5,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netcoreapp2.1</TargetFramework> + <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> |
