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.
11 lines
403 B
11 lines
403 B
<Project> |
|
<PropertyGroup> |
|
<WarningsAsErrors>IDE2000</WarningsAsErrors> |
|
</PropertyGroup> |
|
|
|
<!-- https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/ --> |
|
<PropertyGroup> |
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
|
<RestoreLockedMode Condition="'$(GITHUB_ACTIONS)' == 'true'">true</RestoreLockedMode> |
|
</PropertyGroup> |
|
</Project> |