Skip to content

Commit 47f5966

Browse files
Supress RID resolution warning
1 parent 8b17dee commit 47f5966

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/Workarounds.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,11 @@
4242
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
4343
</PropertyGroup>
4444

45+
<!-- Ignore warning about RID resolution rules changing in .NET 8 Preview 6 -->
46+
<!-- Needed until https://github.com/ericsink/SQLitePCL.raw/issues/543 is fixed -->
47+
<!-- See https://github.com/dotnet/aspnetcore/pull/48908#issuecomment-1601894643 -->
48+
<ItemGroup>
49+
<RuntimeHostConfigurationOption Include="System.Runtime.Loader.UseRidGraph" Value="true" />
50+
</ItemGroup>
51+
4552
</Project>

0 commit comments

Comments
 (0)