Skip to content

Commit 928da7f

Browse files
committed
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.
1 parent b8ed0ca commit 928da7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/ConsoleSample/ConsoleSample.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net451</TargetFramework>
6+
<UseRidGraph>true</UseRidGraph>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)