Skip to content

Commit

Permalink
BlazorAppTest multi-targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Nov 24, 2023
1 parent 662184f commit 1168db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlazorAppTest/BlazorAppTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ public partial class HxInputDateInternal<TValue> : InputBase<TValue>, IAsyncDisp

protected DateTime GetCalendarDisplayMonthEffective => GetDateTimeFromValue(CurrentValue) ?? CalendarDisplayMonth;

private TValue previousValue;

#if !NET8_0_OR_GREATER
private TValue previousValue;
private bool previousParsingAttemptFailed;
private ValidationMessageStore validationMessageStore;
#endif
Expand Down

0 comments on commit 1168db5

Please sign in to comment.