We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e118a9f commit 683d687Copy full SHA for 683d687
tests/devapps/WinFormsTestApp/WinFormsTestApp.csproj
@@ -10,6 +10,8 @@
10
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
11
<Nullable>enable</Nullable>
12
<LangVersion>latest</LangVersion>
13
+ <!-- Avoid sticky lockfiles for this test app -->
14
+ <RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
15
</PropertyGroup>
16
17
<!-- Platform-specific configurations -->
0 commit comments