Skip to content

Commit

Permalink
Merge branch 'preview' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxing-yuan authored Jan 7, 2025
2 parents 9be1136 + 89d8a65 commit 699a035
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net6.0-windows;net9.0-windows</TargetFrameworks>
<Nullable>disable</Nullable>
<UseWPF>true</UseWPF>
<AssemblyName>ReportViewer</AssemblyName>
Expand Down Expand Up @@ -43,7 +43,6 @@
<PackageReference Include="Hummingbird.UI" Version="1.2.2772.2" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc3.3" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />

</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/AxaFrance.WebEngine.ReportViewer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
</TabItem>
<TabItem Header="Ressources" x:Name="tabRessourceUsages" Visibility="Collapsed">
<Grid>

<Grid.RowDefinitions>
<RowDefinition Height="200" />
<RowDefinition Height="*" />
Expand Down
1 change: 0 additions & 1 deletion src/Samples.KeywordDriven/TestCases/TC_InsuranceQuote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public TC_InsuranceQuote() {
new AxaFrance.WebEngine.TestStep{ Action = nameof(ValidateContract)},
new AxaFrance.WebEngine.TestStep{ Action = nameof(Logout)},
};
MeasureResourceUsage = true;
}
}
}

0 comments on commit 699a035

Please sign in to comment.