Skip to content

Commit 683d687

Browse files
authored
WinFormsTestApp: purge stale lock/obj to drop Microsoft.WindowsDesktop.App.Ref 3.1.0 (fix CG Critical from #5482) (#5506)
Disable lockfiles for WinForms test application
1 parent e118a9f commit 683d687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/devapps/WinFormsTestApp/WinFormsTestApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
<Nullable>enable</Nullable>
1212
<LangVersion>latest</LangVersion>
13+
<!-- Avoid sticky lockfiles for this test app -->
14+
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
1315
</PropertyGroup>
1416

1517
<!-- Platform-specific configurations -->

0 commit comments

Comments
 (0)