Skip to content

multi target framework to include netstandard 2.0 #23

@devel0

Description

@devel0

A multi target csproj could used to generate package ( using dotnet pack example ) either for net framework and netstandard like the follow:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
  </PropertyGroup>
  <PropertyGroup>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  </PropertyGroup> 

</Project>

meanwhile I compiled a nuget package for netstandard2.0 available here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions