|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <IsPackable>false</IsPackable> |
4 | | - <TargetFrameworks>net8.0</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="!$([MSBuild]::IsOsUnixLike())">$(TargetFrameworks);net48</TargetFrameworks> |
6 | | - </PropertyGroup> |
7 | | - <ItemGroup> |
8 | | - <PackageReference Include="coverlet.msbuild" Version="6.0.2"> |
9 | | - <PrivateAssets>all</PrivateAssets> |
10 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
11 | | - </PackageReference> |
12 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> |
13 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> |
14 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> |
15 | | - <PackageReference Include="xunit" Version="2.8.1" /> |
16 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.8.1"> |
17 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
18 | | - <PrivateAssets>all</PrivateAssets> |
19 | | - </PackageReference> |
20 | | - <PackageReference Include="coverlet.collector" Version="6.0.2"> |
21 | | - <PrivateAssets>all</PrivateAssets> |
22 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
23 | | - </PackageReference> |
24 | | - <PackageReference Include="System.IO.Abstractions" Version="21.0.2" /> |
25 | | - <PackageReference Include="Testably.Abstractions.Testing" Version="3.2.1" /> |
26 | | - </ItemGroup> |
27 | | - <ItemGroup> |
28 | | - <ProjectReference Include="..\..\PG.Commons\PG.Commons.Test\PG.Commons.Test.csproj" /> |
29 | | - <ProjectReference Include="..\..\PG.Testing\PG.Testing.csproj" /> |
30 | | - <ProjectReference Include="..\PG.StarWarsGame.Components.Localisation\PG.StarWarsGame.Components.Localisation.csproj" /> |
31 | | - </ItemGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <IsPackable>false</IsPackable> |
| 4 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="!$([MSBuild]::IsOsUnixLike())">$(TargetFrameworks);net48</TargetFrameworks> |
| 6 | + </PropertyGroup> |
| 7 | + <ItemGroup> |
| 8 | + <PackageReference Include="coverlet.msbuild" Version="6.0.2"> |
| 9 | + <PrivateAssets>all</PrivateAssets> |
| 10 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 11 | + </PackageReference> |
| 12 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/> |
| 13 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1"/> |
| 14 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/> |
| 15 | + <PackageReference Include="xunit" Version="2.9.2"/> |
| 16 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> |
| 17 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 18 | + <PrivateAssets>all</PrivateAssets> |
| 19 | + </PackageReference> |
| 20 | + <PackageReference Include="coverlet.collector" Version="6.0.2"> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
| 22 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 23 | + </PackageReference> |
| 24 | + <PackageReference Include="System.IO.Abstractions" Version="21.0.29"/> |
| 25 | + <PackageReference Include="Testably.Abstractions.Testing" Version="3.2.3"/> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <ProjectReference Include="..\..\PG.Commons\PG.Commons.Test\PG.Commons.Test.csproj"/> |
| 29 | + <ProjectReference Include="..\..\PG.Testing\PG.Testing.csproj"/> |
| 30 | + <ProjectReference Include="..\PG.StarWarsGame.Components.Localisation\PG.StarWarsGame.Components.Localisation.csproj"/> |
| 31 | + </ItemGroup> |
32 | 32 | </Project> |
0 commit comments