Skip to content

Support SDK-based projects #2

@3F

Description

@3F

The bug was described here: 3F/DllExport#56

For example, the following definition below should cause a problem as for #1:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
  </PropertyGroup>
</Project>
The default XML namespace of the project must be the MSBuild XML namespace or no namespace.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions