-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestPlanTools.csproj
More file actions
21 lines (21 loc) · 1019 Bytes
/
Copy pathTestPlanTools.csproj
File metadata and controls
21 lines (21 loc) · 1019 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">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>TheTestAutomator.TestPlanTools</PackageId>
<Authors>Florian Pilz</Authors>
<Company>Florian Pilz</Company>
<Product>TestPlanTools</Product>
<RepositoryUrl>https://github.com/thetestautomator/TestPlanTools.git</RepositoryUrl>
<Description>Lib that provides functionality for Azure DevOps TestPlan and test automation</Description>
<Copyright/>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>test-automation, testing, test-plan, test-case, testAutomation, testCase, testPlan</PackageTags>
<Version>1.3.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="*"/>
<PackageReference Include="Serilog.Sinks.File" Version="*"/>
<PackageReference Include="Serilog.Sinks.Console" Version="*"/>
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="106.11.4"/>
</ItemGroup>
</Project>