-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrictDocOslcRm.Tests.csproj
More file actions
26 lines (23 loc) · 1.14 KB
/
StrictDocOslcRm.Tests.csproj
File metadata and controls
26 lines (23 loc) · 1.14 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\StrictDocOslcRm\StrictDocOslcRm.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dotNetRdf" Version="3.5.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="OSLC4Net.Core" Version="0.7.0-preview.3" />
<PackageReference Include="OSLC4Net.Core.DotNetRdfProvider" Version="0.7.0-preview.3" />
<PackageReference Include="OSLC4Net.Domains.RequirementsManagement" Version="0.7.0-preview.3" />
<PackageReference Include="TUnit" Version="1.21.24" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="2.1.0" />
<PackageReference Include="Microsoft.Testing.Extensions.CrashDump" Version="2.1.0" />
<PackageReference Include="Microsoft.Testing.Extensions.HangDump" Version="2.1.0" />
<PackageReference Include="Verify.TUnit" Version="31.13.2" />
</ItemGroup>
</Project>