From 59154bfcbab21d1bff50c92883946d25bfad96b5 Mon Sep 17 00:00:00 2001 From: FreddyD Date: Tue, 18 Feb 2020 18:40:07 -0800 Subject: [PATCH] Update README.md --- docs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8f42350..9bc5894 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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)