Skip to content

Commit

Permalink
removed experimental .net core support
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wagner committed Jun 13, 2019
1 parent 402552a commit 5ed988f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified src/YaNco.Native.clr/AssemblyInfo.cpp
Binary file not shown.
1 change: 0 additions & 1 deletion src/YaNco.Native/YaNco.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ This package contains the native implementation.</Description>

<ItemGroup>
<None Include="$(OutputPath)Dbosoft.YaNco.Native.dll" Pack="true" PackagePath="ref\net40\Dbosoft.YaNco.Native.dll" />
<None Include="$(OutputPath)Dbosoft.YaNco.Native.dll" Pack="true" PackagePath="ref\netcoreapp\Dbosoft.YaNco.Native.dll" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 5ed988f

Please sign in to comment.