3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
961 stars 133 forks source link

Missing mscorlib,VS 2017 #121

Closed yda86 closed 4 years ago

yda86 commented 4 years ago

Project after config not building, with that error: C:\Users\user\AppData\Local\Temp\tmpB731\ClassLibrary2.il(52) : warning -- Reference to undeclared extern assembly 'mscorlib'. Attempting autodetect ClassLibrary2 C:\Users\user\Documents\Visual Studio 2017\Projects\ClassLibrary2\packages\DllExport.1.6.5\tools\net.r_eg.DllExport.targets 59 dll file has generated, but his export section empty .csproj file below

`<?xml version="1.0" encoding="utf-8"?>

netstandard2.0 x86 A7905DC9-D550-4245-B464-AF465C963E80 DllExport.dll net.r_eg.DllExport true x86 7 false false false 30000 2 $(SolutionDir)packages\DllExport.1.6.5\gcache\metalib\$(DllExportNamespace)\$(DllExportMetaLibName) False False `
3F commented 4 years ago

.NET Core support will be considered soon. Please follow the news.

Closed as dup of #90

yda86 commented 4 years ago

.NET Core support will be considered soon. Please follow the news.

Closed as dup of #90

.net standart is the same problem