-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOsduCsharpClient.csproj
More file actions
34 lines (29 loc) · 1.53 KB
/
OsduCsharpClient.csproj
File metadata and controls
34 lines (29 loc) · 1.53 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
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Equinor.OsduCsharpClient</PackageId>
<Version>0.4.2</Version>
<RootNamespace>Equinor.OsduCsharpClient</RootNamespace>
</PropertyGroup>
<PropertyGroup Label="Package">
<Authors>Equinor</Authors>
<Description>C# client library for OSDU platform services, generated from OpenAPI specifications using Microsoft Kiota.</Description>
<RepositoryUrl>https://github.com/equinor/osdu-csharp-client</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>OsduCsharpClient.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8"/>
<PackageReference Include="Microsoft.Identity.Client" Version="4.84.0"/>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.22.1"/>
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.22.1"/>
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.22.1"/>
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.22.1"/>
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.22.1"/>
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.22.1"/>
</ItemGroup>
</Project>