diff --git a/README.md b/README.md index e4e8e3b6..68d3ad8a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ This library provides an alternative SAP .NET Connector based on the _SAP NetWea ## Platforms & Prerequisites -The library requires .NET Framework 4.7.1 or .NET Core 2.0 or higher. -Even if the core library itself is compatible with .NET Standard 2.0, only Windows is supported as runtime environment. +The library requires .NET Framework 4.7.1 or higher. +Even if the core library itself is compatible with .NET Standard 2.0, only Windows is supported as runtime environment. +.NET Core will not work currently as it doesn' t support VC++ mixed mode (this may change for .NET Core 3.0). The Visual Studio 2013 (VC++ 12.0) runtime library and the Visual Studio 2017 VC runtime library have to be installed. Both libraries can be downloaded here: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads diff --git a/src/YaNco.Native.clr/AssemblyInfo.cpp b/src/YaNco.Native.clr/AssemblyInfo.cpp index 8180a54e..0e40f469 100644 Binary files a/src/YaNco.Native.clr/AssemblyInfo.cpp and b/src/YaNco.Native.clr/AssemblyInfo.cpp differ diff --git a/src/YaNco.Native/YaNco.Native.csproj b/src/YaNco.Native/YaNco.Native.csproj index d543ceb3..08cee313 100644 --- a/src/YaNco.Native/YaNco.Native.csproj +++ b/src/YaNco.Native/YaNco.Native.csproj @@ -53,7 +53,6 @@ This package contains the native implementation. -