mirror of https://github.com/icsharpcode/ILSpy.git
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.
16 lines
532 B
16 lines
532 B
<Project> |
|
<PropertyGroup> |
|
<NoWarn>$(NoWarn);NU1510</NoWarn> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
<EnableNUnitRunner>true</EnableNUnitRunner> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
<!-- Generate and honour a packages.lock.json next to every project. The CI NuGet package |
|
cache keys off these lock files; run updatedeps.ps1 to refresh them after changing a |
|
PackageVersion in Directory.Packages.props. --> |
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
|
</PropertyGroup> |
|
</Project> |