> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 2.79.3

**`(fix):`** Only reference `README.md` in the generated `.csproj` when the file actually exists. The
`<PackageReadmeFile>` property and the packed `<None Include>` item are now guarded with an
MSBuild `Exists` condition, so `dotnet pack` no longer fails with NU5019 for outputs that do
not include a README (e.g. local-file-system output).