-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathARI.TestWeb.csproj
More file actions
34 lines (31 loc) · 1.48 KB
/
ARI.TestWeb.csproj
File metadata and controls
34 lines (31 loc) · 1.48 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
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<NoWarn>NETSDK1187</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Devlead.Statiq" Version="2025.9.10.150" />
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.60" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.5" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.17.0" />
<PackageReference Include="System.Drawing.Common" Version="10.0.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.1" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.5" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="10.0.5" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
<PackageReference Include="System.Text.Json" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<Using Include="Devlead.Statiq" />
<Using Include="Devlead.Statiq.Code" />
<Using Include="Devlead.Statiq.Tabs" />
<Using Include="Devlead.Statiq.Themes" />
</ItemGroup>
</Project>