类库等项目开发好之后打开csproj,添加如下代码
<PropertyGroup>
<!--<TargetFramework>netstandard2.0</TargetFramework>-->
<PackageId>Test01</PackageId>
<Version>1.0.0</Version>
<Authors>wjl</Authors>
<Company>测试公司</Company>
<Product>测试模块</Product>
<Title></Title>
<Description>
测试
</Description>
<!--关键词用分号分隔-->
<PackageTags>测试;</PackageTags>
<!--保留注释-->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
到对应的项目下面执行
dotnet pack
下面就是打包好的nuget,上传到线上nuget即可