.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 lines
383 B

#!/usr/bin/env pwsh
# Re-resolve every dependency and rewrite the packages.lock.json files.
# Run this after changing a PackageVersion in Directory.Packages.props (or adding a package),
# then commit the updated lock files.
$ErrorActionPreference = 'Stop'
$env:OPENSSL_ENABLE_SHA1_SIGNATURES = '1'
dotnet restore ILSpy.sln --force-evaluate -p:RestoreEnablePackagePruning=false @args