Skip to content

Commit

Permalink
fix: .NET 8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyakunin committed Nov 29, 2023
1 parent 15cb9d7 commit c6417f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stl.Fusion.Blazor/Components/ComponentExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static bool ShouldSetParameters(this ComponentBase component, ParameterVi
return componentInfo.ShouldSetParameters(component, parameterView) || !component.IsInitialized();
}

#if !NET8_0_OR_GREATER
#if USE_UNSAFE_ACCESSORS && NET8_0_OR_GREATER
static ComponentExt()
{
var bfInstanceNonPublic = BindingFlags.Instance | BindingFlags.NonPublic;
Expand Down

0 comments on commit c6417f3

Please sign in to comment.