Skip to content

Instantly share code, notes, and snippets.

@regme
Last active January 30, 2019 21:43
Show Gist options
  • Save regme/fa517ec654ce250f008de09e7aeb7e79 to your computer and use it in GitHub Desktop.
Save regme/fa517ec654ce250f008de09e7aeb7e79 to your computer and use it in GitHub Desktop.
dotnet update package reference
<PackageReference Include="(.+?), Version=(.+?),.+
<HintPath>..\\Advisory_Algorithm\\packages\\(.+?)\.([\d\.]+)\\.+$ --> <PackageReference Include="$1" Version="$2" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment