File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
middleware/files/FWO.Middleware.Server
tests-unit/files/FWO.Test Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
2+ < EnableWindowsTargeting >true</ EnableWindowsTargeting >
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 44using FWO . Report . Filter ;
55using FWO . Config . Api ;
66using System . Text ;
7- using System . Reflection ;
87using HtmlAgilityPack ;
98using PdfSharp . Pdf ;
109using PdfSharp . Drawing ;
1110using PdfSharp . Pdf . IO ;
1211using FWO . Report . Data ;
1312using PeachPDF ;
14- using System . IO ;
1513
1614namespace FWO . Report
1715{
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <GenerateDocumentationFile >True</GenerateDocumentationFile >
8+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
89 </PropertyGroup >
910
1011 <ItemGroup >
Original file line number Diff line number Diff line change 55using FWO . Report . Filter ;
66using FWO . Basics ;
77using FWO . Api . Data ;
8- using System . Text . RegularExpressions ;
98
109
1110namespace FWO . Test
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
78 </PropertyGroup >
89
910 <ItemGroup >
You can’t perform that action at this time.
0 commit comments