|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
5 |
| - <CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet> |
6 |
| - <Description>Object model for the NET implementation of the REST API of FOSSology.</Description> |
7 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + <CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet> |
| 6 | + <Description>Object model for the NET implementation of the REST API of FOSSology.</Description> |
| 7 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 8 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 9 | + </PropertyGroup> |
9 | 10 |
|
10 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
11 |
| - <DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile> |
12 |
| - </PropertyGroup> |
| 11 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 12 | + <DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile> |
| 13 | + </PropertyGroup> |
13 | 14 |
|
14 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
15 |
| - <DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile> |
16 |
| - </PropertyGroup> |
| 15 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 16 | + <DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile> |
| 17 | + </PropertyGroup> |
17 | 18 |
|
18 |
| - <ItemGroup> |
19 |
| - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0"> |
20 |
| - <PrivateAssets>all</PrivateAssets> |
21 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
22 |
| - </PackageReference> |
23 |
| - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
24 |
| - <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
25 |
| - <PrivateAssets>all</PrivateAssets> |
26 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
27 |
| - </PackageReference> |
28 |
| - </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0"> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
| 22 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 23 | + </PackageReference> |
| 24 | + <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
| 25 | + <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
| 26 | + <PrivateAssets>all</PrivateAssets> |
| 27 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 28 | + </PackageReference> |
| 29 | + <None Include="..\README.md" Pack="true" PackagePath="\"/> |
| 30 | + </ItemGroup> |
29 | 31 |
|
30 |
| - <ItemGroup> |
31 |
| - <None Include="..\.editorconfig"> |
32 |
| - <Link>.editorconfig</Link> |
33 |
| - </None> |
34 |
| - </ItemGroup> |
| 32 | + <ItemGroup> |
| 33 | + <None Include="..\.editorconfig"> |
| 34 | + <Link>.editorconfig</Link> |
| 35 | + </None> |
| 36 | + </ItemGroup> |
35 | 37 |
|
36 | 38 | </Project>
|
0 commit comments