how to use the donet core version (AwesomeMvc.5.4\bin\Core ) ?
Hi,
just need to task about the bin folder in AwesomeMvc.5.4\bin\Core
in your documentation, you tell me to install the nugets in trial ( I have the purchased one, non trial )
<PackageReference Include="Omu.Awem.Trial" Version="1.7.0" />it's a mistake and do I need to install the one found in bin folder or they are identical ? txs
<PackageReference Include="Omu.AwesomeMvc.Trial" Version="5.4.0" />
vRITHNER
asked
at 10 Apr 2018
Answers
-
in the
bin/Core
folder (of the zip you downloaded after purchase) you have 2 nuget packages which you need to reference instead of the the trial packages, there's also thebin/Core/netstandard1.6
folder which contains the same files as the 2 nuget packages, but it used to be impossible to reference dll files in .net core projects, that's why started adding nuget packages to our downloadsOmuanswered at 10 Apr 2018-
Txs for the tips. my 2ct would be for you to modify the documention for the buyers Txs againat 10 Apr 2018 vRITHNER
-