Skip to content

Commit

Permalink
Remove dotnet/sdk#34003 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Aug 23, 2023
1 parent 2396bb1 commit cf9391b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<PackageProjectUrl>https://docs.microsoft.com/ef/core/</PackageProjectUrl>
</PropertyGroup>

<!-- HACK: Work around ericsink/SQLitePCL.raw#543 -->
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Runtime.Loader.UseRidGraph" Value="true" />
</ItemGroup>

<PropertyGroup Condition="'$(DeveloperBuild)' == 'true'">
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591;SA1636</WarningsNotAsErrors>
</PropertyGroup>
Expand Down

0 comments on commit cf9391b

Please sign in to comment.