-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Api.Client.V1.csproj
More file actions
45 lines (39 loc) · 2.13 KB
/
XtremeIdiots.Portal.Repository.Api.Client.V1.csproj
File metadata and controls
45 lines (39 loc) · 2.13 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
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
<RootNamespace>XtremeIdiots.Portal.Repository.Api.Client.V1</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.Repository.Api.Client.V1</PackageId>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Client V1</Title>
<Description>Versioned client for the XtremeIdiots Portal Repository API V1.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/portal-repository</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/portal-repository</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.7" />
<PackageReference Include="MX.Api.Client" Version="2.3.31" />
<PackageReference Include="MX.Api.Abstractions" Version="2.3.31" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="RestSharp" Version="114.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Abstractions.V1\XtremeIdiots.Portal.Repository.Abstractions.V1.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.7" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.7" />
<Folder Include="bin\" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>