Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi target framework to include netstandard 2.0 #23

Open
devel0 opened this issue Jun 29, 2020 · 1 comment
Open

multi target framework to include netstandard 2.0 #23

devel0 opened this issue Jun 29, 2020 · 1 comment

Comments

@devel0
Copy link

devel0 commented Jun 29, 2020

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

@JoshMcCullough
Copy link
Member

Thank you for stepping in! I just saw this issue now. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants