We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b17dee commit 47f5966Copy full SHA for 47f5966
eng/Workarounds.props
@@ -42,4 +42,11 @@
42
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
43
</PropertyGroup>
44
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
+
52
</Project>
0 commit comments