|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <OutputType>Library</OutputType> |
| 4 | + <OutputType>Library</OutputType> |
5 | 5 | <TargetFrameworks>netstandard2.0;net472;net6.0;net8.0</TargetFrameworks> |
6 | 6 | <LangVersion>9</LangVersion> |
7 | 7 | <RootNamespace>Sdk4me.GraphQL</RootNamespace> |
8 | | - <ImplicitUsings>disable</ImplicitUsings> |
9 | | - <Nullable>enable</Nullable> |
10 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
11 | | - <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
12 | | - <Title>Sdk4me.GraphQL</Title> |
13 | | - <Authors>Klaas Vandeweerdt</Authors> |
14 | | - <Description>A .NET client for accessing the 4me GraphQL API</Description> |
15 | | - <Copyright>Copyright © 2024 Vandeweerdt Klaas</Copyright> |
16 | | - <PackageProjectUrl>https://developer.4me.com/graphql</PackageProjectUrl> |
17 | | - <RepositoryUrl>https://github.com/code4me/4me-sdk-graphql-dotnet</RepositoryUrl> |
18 | | - <RepositoryType>git</RepositoryType> |
19 | | - <PackageTags>4me</PackageTags> |
20 | | - <AssemblyVersion>1.3.1</AssemblyVersion> |
21 | | - <FileVersion>1.3.1</FileVersion> |
22 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
23 | | - <PackageIcon>LogoDark128x218.png</PackageIcon> |
24 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | | - <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
26 | | - <Version>1.3.1</Version> |
| 8 | + <ImplicitUsings>disable</ImplicitUsings> |
| 9 | + <Nullable>enable</Nullable> |
| 10 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 11 | + <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
| 12 | + <Title>Sdk4me.GraphQL</Title> |
| 13 | + <Authors>Klaas Vandeweerdt</Authors> |
| 14 | + <Description>A .NET client for accessing the 4me GraphQL API</Description> |
| 15 | + <Copyright>Copyright © 2024 Vandeweerdt Klaas</Copyright> |
| 16 | + <PackageProjectUrl>https://developer.4me.com/graphql</PackageProjectUrl> |
| 17 | + <RepositoryUrl>https://github.com/code4me/4me-sdk-graphql-dotnet</RepositoryUrl> |
| 18 | + <RepositoryType>git</RepositoryType> |
| 19 | + <PackageTags>4me;Sdk4me</PackageTags> |
| 20 | + <AssemblyVersion>1.3.2</AssemblyVersion> |
| 21 | + <FileVersion>1.3.2</FileVersion> |
| 22 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 23 | + <PackageIcon>LogoDark128x218.png</PackageIcon> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
| 26 | + <Version>1.3.2</Version> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'"> |
30 | | - <WarningLevel>7</WarningLevel> |
| 30 | + <WarningLevel>7</WarningLevel> |
31 | 31 | </PropertyGroup> |
32 | 32 |
|
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
34 | | - <WarningLevel>7</WarningLevel> |
| 34 | + <WarningLevel>7</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | 36 |
|
37 | 37 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'"> |
38 | | - <WarningLevel>6</WarningLevel> |
| 38 | + <WarningLevel>6</WarningLevel> |
39 | 39 | </PropertyGroup> |
40 | 40 |
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'"> |
42 | | - <WarningLevel>6</WarningLevel> |
| 42 | + <WarningLevel>6</WarningLevel> |
43 | 43 | </PropertyGroup> |
44 | 44 |
|
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'"> |
46 | | - <WarningLevel>5</WarningLevel> |
| 46 | + <WarningLevel>5</WarningLevel> |
47 | 47 | </PropertyGroup> |
48 | 48 |
|
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'"> |
50 | | - <WarningLevel>5</WarningLevel> |
| 50 | + <WarningLevel>5</WarningLevel> |
51 | 51 | </PropertyGroup> |
52 | 52 |
|
53 | 53 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
54 | | - <WarningLevel>5</WarningLevel> |
| 54 | + <WarningLevel>5</WarningLevel> |
55 | 55 | </PropertyGroup> |
56 | 56 |
|
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> |
58 | | - <WarningLevel>5</WarningLevel> |
| 58 | + <WarningLevel>5</WarningLevel> |
59 | 59 | </PropertyGroup> |
60 | 60 |
|
61 | 61 | <ItemGroup> |
62 | | - <None Include="..\..\Local\NuGet\LogoDark128x218.png"> |
63 | | - <Pack>True</Pack> |
64 | | - <PackagePath>\</PackagePath> |
65 | | - </None> |
66 | | - <None Include="..\..\Local\NuGet\README.md"> |
67 | | - <Pack>True</Pack> |
68 | | - <PackagePath>\</PackagePath> |
69 | | - </None> |
| 62 | + <None Include="..\..\Local\NuGet\LogoDark128x218.png"> |
| 63 | + <Pack>True</Pack> |
| 64 | + <PackagePath>\</PackagePath> |
| 65 | + </None> |
| 66 | + <None Include="..\..\Local\NuGet\README.md"> |
| 67 | + <Pack>True</Pack> |
| 68 | + <PackagePath>\</PackagePath> |
| 69 | + </None> |
70 | 70 | </ItemGroup> |
71 | 71 |
|
72 | 72 | <ItemGroup Condition="'$(TargetFramework)'=='net472' Or '$(TargetFramework)'=='netstandard2.0'"> |
73 | | - <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" /> |
74 | | - <PackageReference Include="System.Collections.Immutable" Version="8.0.0" /> |
75 | | - <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
| 73 | + <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" /> |
| 74 | + <PackageReference Include="System.Collections.Immutable" Version="8.0.0" /> |
| 75 | + <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
76 | 76 | </ItemGroup> |
77 | 77 |
|
78 | 78 | <ItemGroup> |
79 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 79 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
80 | 80 | </ItemGroup> |
81 | 81 |
|
82 | 82 | </Project> |
0 commit comments