-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Abstractions.V2.csproj
More file actions
36 lines (31 loc) · 1.51 KB
/
XtremeIdiots.Portal.Repository.Abstractions.V2.csproj
File metadata and controls
36 lines (31 loc) · 1.51 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
<RootNamespace>XtremeIdiots.Portal.Repository.Abstractions.V2</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.Repository.Abstractions.V2</PackageId>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Abstractions V2</Title>
<Description>V2 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.V2</_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="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>