Skip to content

Commit

Permalink
Making the lock file usable for both .NET 8.0 and .NET 9.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odinserj committed Dec 10, 2024
1 parent b8ed0ca commit 928da7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/ConsoleSample/ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net451</TargetFramework>
<UseRidGraph>true</UseRidGraph>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 928da7f

Please sign in to comment.