-
Notifications
You must be signed in to change notification settings - Fork 2
/
thirty25-statiq.csproj
28 lines (26 loc) · 1.4 KB
/
thirty25-statiq.csproj
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp6</TargetFramework>
<RootNamespace>Thirty25</RootNamespace>
<LangVersion>latest</LangVersion>
<NoWarn>NETSDK1187;MVC1000</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ByteSize" Version="2.1.1" />
<PackageReference Include="chromium" Version="2022.6.4" />
<PackageReference Include="chromium.linux-x64" Version="2022.6.4" />
<PackageReference Include="chromium.win-x64" Version="2022.6.4" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.1.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.22.0" />
<PackageReference Include="MonorailCss" Version="0.0.2-preview.0.3.1.20" />
<PackageReference Include="SimpleExec" Version="8.0.0" />
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.49" />
<PackageReference Include="TinyPNG" Version="3.3.3" />
</ItemGroup>
</Project>