类库等项目开发好之后打开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即可



















![Sqli-labs靶场第21、22关详解[Sqli-labs-less-21、22]自动化注入-SQLmap工具注入|sqlmap跑base64加密](https://img-blog.csdnimg.cn/direct/f52ab93e68be4d2087c09d7501fe5407.png)
