Skip to content

Instantly share code, notes, and snippets.

View aqeelat's full-sized avatar

Abdullah Alaqeel aqeelat

View GitHub Profile
@aqeelat
aqeelat / UpdateNuGetPackage.ps1
Last active August 17, 2020 14:48
Update a NuGet Package Across Multiple Projects in .NET Core
# uncomment lines 4, 5, and 10, and comment out line 11
# if you want to take in the source directory as a parameter
param(
# [Parameter(Mandatory=$true)]
# [string]$sourceDirectory,
[Parameter(Mandatory=$true)]
[string]$packageId
)
# Set-Location $sourceDirectory