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:
David Barker
2021-03-03 17:24:09 +08:00
parent 4c8bd6a225
commit 21082165d6
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -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