-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
this library is tricky. there is 2 nuget package.
ini-parser
ini-parser-standard
this repo/lib creates FileNotFound Exception
when i run winform, it says ini-parser 2.5.2 not found.
error causing setup:
- TestSolution1
- ClassLibrary project1 (net-standart-2)
nuget_packages:- ini-parser-netstandard 2.5.2;
- WinForm project1 (net-4.7.2)
- references:
- ClassLibrary project1
- nuget_packages:
- ini-parser-netstandard 2.5.2;
- references:
- ClassLibrary project1 (net-standart-2)
how to fix this:
install both nugets (ini-parser, ini-parser-standard ) in the winform prject:
working setup :
- TestSolution1
- ClassLibrary project1 (net-standart-2)
nuget_packages:- ini-parser-netstandard 2.5.2;
- WinForm project1 (net-4.7.2)
- references:
- ClassLibrary project1
- nuget_packages:
- ini-parser-netstandard 2.5.2;
- ini-parser 2.5.2;
- references:
- ClassLibrary project1 (net-standart-2)
Metadata
Metadata
Assignees
Labels
No labels