File -> New -> .NET Standard project -> right-click project and choose Pack.
From: ozdotnet-boun...@ozdotnet.com <ozdotnet-boun...@ozdotnet.com> On Behalf Of Greg Keogh Sent: Tuesday, April 21, 2020 7:13 PM To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Nuspec file for netstandard2.0 Does anyone here have a relatively simple error-free nuspec file that generates a netstandard2.0 target package? I'm having fun with nuget again, I have now spent 2 hours of suffering trying to create a simple package that installs a library with some dependencies on gRPC. My resulting package keeps giving a dependency on "Usupported,Version=v0.0" and no files are installed, and pack gives me error NU5128<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fnuget%2Freference%2Ferrors-and-warnings%2Fnu5128&data=02%7C01%7Cdavid.kean%40microsoft.com%7Ced452bb050464b07924708d7e5d43b51%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637230572017178063&sdata=J1x6aWAayGzfUtcHjletN8iy8mX8VbaTPCG6lqKqTQs%3D&reserved=0> and nothing on the help page makes sense, and nothing I have tried in hours has made that error go away or change in an way. If you have a sample nuspec, please send me an offlist sample via gfke...@gmail.com<mailto:gfke...@gmail.com> Thanks Greg K