Skip to content

Commit cf9391b

Browse files
committed
Remove dotnet/sdk#34003 workaround
1 parent 2396bb1 commit cf9391b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Directory.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<PackageProjectUrl>https://docs.microsoft.com/ef/core/</PackageProjectUrl>
4343
</PropertyGroup>
4444

45-
<!-- HACK: Work around ericsink/SQLitePCL.raw#543 -->
46-
<ItemGroup>
47-
<RuntimeHostConfigurationOption Include="System.Runtime.Loader.UseRidGraph" Value="true" />
48-
</ItemGroup>
49-
5045
<PropertyGroup Condition="'$(DeveloperBuild)' == 'true'">
5146
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591;SA1636</WarningsNotAsErrors>
5247
</PropertyGroup>

0 commit comments

Comments
 (0)