From 928da7f6a93a8b5b9d5d7e0e43d52f80e9c74020 Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Tue, 10 Dec 2024 11:37:06 +0700 Subject: [PATCH] Making the lock file usable for both .NET 8.0 and .NET 9.0 Solving "Project's runtime identifiers: win-x86, lock file's runtime identifiers win7-x86.The packages lock file is inconsistent" build error in .NET 9.0. --- samples/ConsoleSample/ConsoleSample.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/ConsoleSample/ConsoleSample.csproj b/samples/ConsoleSample/ConsoleSample.csproj index 4c4c2ee90..5c44befb2 100644 --- a/samples/ConsoleSample/ConsoleSample.csproj +++ b/samples/ConsoleSample/ConsoleSample.csproj @@ -3,6 +3,7 @@ Exe net451 + true