-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathExceptionless.RandomData.Tests.csproj
More file actions
21 lines (21 loc) · 976 Bytes
/
Exceptionless.RandomData.Tests.csproj
File metadata and controls
21 lines (21 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<IsPackable>False</IsPackable>
<RootNamespace>Exceptionless.Tests</RootNamespace>
<NoWarn>$(NoWarn);CS8002</NoWarn>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Exceptionless.RandomData\Exceptionless.RandomData.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageReference Include="Foundatio.Xunit.v3" Version="13.0.0-beta3" />
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.1" PrivateAssets="All" />
</ItemGroup>
</Project>