NuGet / Home

Repo for NuGet Client issues
Other
1.48k stars 249 forks source link

Detailed documentation on how compatiblity works in PackageReference. #13488

Open nkolev92 opened 3 years ago

nkolev92 commented 3 years ago

For example:

Having a list of the following files:

lib\net5\a.dll
build\a.targets

makes a package compatible with every framework.

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

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net6.0;net472</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="a" Version="1.0.0" />
  </ItemGroup>
</Project>
github-actions[bot] commented 3 months ago

Thanks for sharing your feedback. We apologize for our delayed response. Due to the sheer volume of feedback in our repo, we have decided to prioritize the newest issues and are automatically closing our oldest issues with an Issues bot. If you believe your feedback is still actionable, then either respond directly in this issue or open a new documentation issue and we’ll review. If no activity occurs in the next 14 days, this issue will be closed.