-
-
Notifications
You must be signed in to change notification settings - Fork 427
/
Copy pathSilk.NET.NUKE.csproj
27 lines (24 loc) · 990 Bytes
/
Silk.NET.NUKE.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169;CA1050;CA1822;CA2211;IDE1006</NoWarn>
<NukeRootDirectory>..\..</NukeRootDirectory>
<NukeScriptDirectory>..\..</NukeScriptDirectory>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Markdig" Version="0.39.0" />
<PackageReference Include="Nuke.Common" Version="9.0.3" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\tests\Input\Input\Silk.NET.Input.UnitTests.csproj">
<Link>Directory.Build\tests\Input\Input\Silk.NET.Input.UnitTests.csproj</Link>
</Content>
</ItemGroup>
</Project>