-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Abstractions.V1.csproj
More file actions
37 lines (32 loc) · 1.59 KB
/
XtremeIdiots.Portal.Repository.Abstractions.V1.csproj
File metadata and controls
37 lines (32 loc) · 1.59 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
<RootNamespace>XtremeIdiots.Portal.Repository.Abstractions.V1</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.Repository.Abstractions.V1</PackageId>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Abstractions V1</Title>
<Description>V1 Abstractions for the XtremeIdiots Portal Repository API.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/portal-repository</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/portal-repository</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>XtremeIdiots.Portal.Repository.Api.V1</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>XtremeIdiots.Portal.Repository.Api.Client.Testing</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MX.Api.Abstractions" Version="2.3.31" />
<PackageReference Include="MX.GeoLocation.Abstractions.V1" Version="1.2.46" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>