|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>netcoreapp3.1</TargetFramework> |
5 |
| - <CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet> |
6 |
| - <IsPackable>false</IsPackable> |
7 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 5 | + <CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet> |
| 6 | + <IsPackable>false</IsPackable> |
| 7 | + </PropertyGroup> |
8 | 8 |
|
9 |
| - <ItemGroup> |
10 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" /> |
11 |
| - <PackageReference Include="MSTest.TestAdapter" Version="2.1.2" /> |
12 |
| - <PackageReference Include="MSTest.TestFramework" Version="2.1.2" /> |
13 |
| - <PackageReference Include="coverlet.collector" Version="1.3.0"> |
14 |
| - <PrivateAssets>all</PrivateAssets> |
15 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
16 |
| - </PackageReference> |
17 |
| - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
18 |
| - <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
19 |
| - <PrivateAssets>all</PrivateAssets> |
20 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
21 |
| - </PackageReference> |
22 |
| - <PackageReference Include="Tethys.Logging.Console" Version="1.5.0" /> |
23 |
| - </ItemGroup> |
| 9 | + <ItemGroup> |
| 10 | + <PackageReference Include="coverlet.msbuild" Version="3.1.2"> |
| 11 | + <PrivateAssets>all</PrivateAssets> |
| 12 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 13 | + </PackageReference> |
| 14 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" /> |
| 15 | + <PackageReference Include="MSTest.TestAdapter" Version="2.1.2" /> |
| 16 | + <PackageReference Include="MSTest.TestFramework" Version="2.1.2" /> |
| 17 | + <PackageReference Include="coverlet.collector" Version="1.3.0"> |
| 18 | + <PrivateAssets>all</PrivateAssets> |
| 19 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 20 | + </PackageReference> |
| 21 | + <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
| 22 | + <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
| 23 | + <PrivateAssets>all</PrivateAssets> |
| 24 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 25 | + </PackageReference> |
| 26 | + <PackageReference Include="Tethys.Logging.Console" Version="1.5.0" /> |
| 27 | + </ItemGroup> |
24 | 28 |
|
25 |
| - <ItemGroup> |
26 |
| - <ProjectReference Include="..\Fossology.Rest.Dotnet.Model\Fossology.Rest.Dotnet.Model.csproj" /> |
27 |
| - <ProjectReference Include="..\Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.csproj" /> |
28 |
| - </ItemGroup> |
| 29 | + <ItemGroup> |
| 30 | + <ProjectReference Include="..\Fossology.Rest.Dotnet.Model\Fossology.Rest.Dotnet.Model.csproj" /> |
| 31 | + <ProjectReference Include="..\Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.csproj" /> |
| 32 | + </ItemGroup> |
29 | 33 |
|
30 |
| - <ItemGroup> |
31 |
| - <None Include="..\.editorconfig"> |
32 |
| - <Link>.editorconfig</Link> |
33 |
| - </None> |
34 |
| - </ItemGroup> |
| 34 | + <ItemGroup> |
| 35 | + <None Include="..\.editorconfig"> |
| 36 | + <Link>.editorconfig</Link> |
| 37 | + </None> |
| 38 | + </ItemGroup> |
35 | 39 |
|
36 | 40 | </Project>
|
0 commit comments