Skip to content

Commit cea32e2

Browse files
committed
Fix ConfigurationManager framework build
1 parent 6ab683b commit cea32e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Configuration.ConfigurationManager/src/System.Configuration.ConfigurationManager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!-- TODO https://github.com/dotnet/runtime/issues/90400: Annotate for nullable reference types -->
1212
<Nullable>disable</Nullable>
1313
<NoWarn>$(NoWarn);nullable</NoWarn>
14+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1415
<IncludeSpanPolyfills>true</IncludeSpanPolyfills>
1516
</PropertyGroup>
1617

0 commit comments

Comments
 (0)