Update nuspec to 3.1 version to match aspnetcore3.1
Add pack.ps1 to build the nuget package using dotnet pack
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
Write-Output "Package AspNetCore.Identity.MongoDbCore"
|
||||
|
||||
Remove-Item -Path "./bin/Release" -Force -Recurse
|
||||
|
||||
& dotnet pack -c Release -p:NuspecFile=AspNetCore.Identity.MongoDbCore.nuspec
|
||||
Reference in New Issue
Block a user