-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoenneker.GitHub.ClientUtil.Tests.csproj
More file actions
28 lines (24 loc) · 903 Bytes
/
Copy pathSoenneker.GitHub.ClientUtil.Tests.csproj
File metadata and controls
28 lines (24 loc) · 903 Bytes
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">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Soenneker.Utils.Test" Version="4.0.320" />
<PackageReference Include="Soenneker.Tests.HostedUnit" Version="4.0.107" />
<PackageReference Include="TUnit" Version="1.56.35" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Soenneker.GitHub.ClientUtil\Soenneker.GitHub.ClientUtil.csproj" />
</ItemGroup>
</Project>