forked from CactuseSecurity/firewall-orchestrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFWO.Test.csproj
More file actions
32 lines (28 loc) · 1.62 KB
/
Copy pathFWO.Test.csproj
File metadata and controls
32 lines (28 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="bunit" Version="2.2.2" />
<PackageReference Include="PuppeteerSharp" Version="20.2.5" />
<PackageReference Include="NUnit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.15.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\lib\files\FWO.Report\FWO.Report.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Report.Filter\FWO.Report.Filter.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Api.Client\FWO.Api.Client.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Config.File\FWO.Config.File.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Logging\FWO.Logging.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.DeviceAutoDiscovery\FWO.DeviceAutoDiscovery.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Middleware.Client\FWO.Middleware.Client.csproj" />
<ProjectReference Include="..\..\..\ui\files\FWO.UI\FWO.Ui.csproj" />
<ProjectReference Include="..\..\..\lib\files\FWO.Encryption\FWO.Encryption.csproj" />
<ProjectReference Include="..\..\..\middleware\files\FWO.Middleware.Server\FWO.Middleware.Server.csproj" />
</ItemGroup>
</Project>