Update README.md

pull/39/head
FreddyD 6 years ago
parent 656ed75d68
commit 59154bfcba

@ -17,10 +17,13 @@ You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFr
- The folder "C:\TEMP" must exist
- Ensure xUnit test projects contain a reference to the nuget package xunit.runner.visualstudio to run the test from Visual Studio Test Explorer
## Random Notes
- Path to msadox.dll: C:\Program Files\Common Files\System\ado
- Will need to upgrade test projects to use Microsoft.NET.Test.SDK version 16.4.0 or higher, otherwise Visual Studio test runner still tries to run x86 tests on x64.
- Paths to msadox.dll:
- C:\Program Files\Common Files\System\ado
- C:\Program Files (x86)\Common Files\System\ado
- Probably want to set Visual Studio to use PackageReference instead of packages.config by default (Options->Nuget Package Manager)
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/libraries#how-to-multitarget
## More documentation
More documentation can be found on project [Wiki](https://www.github.com/bubibubi/EntityFrameworkCore.Jet/wiki)

Loading…
Cancel
Save