File tree Expand file tree Collapse file tree
PG.StarWarsGame.Files.ChunkFiles.Test
PG.StarWarsGame.Files.ChunkFiles/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <Folder Name =" /PetroglyphTools/" >
2020 <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Engine/PG.StarWarsGame.Engine.csproj" />
2121 <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Files.ALO/PG.StarWarsGame.Files.ALO.csproj" />
22+ <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Files.ChunkFiles.Test/PG.StarWarsGame.Files.ChunkFiles.Test.csproj" Id =" cf14a3d6-9f76-479a-9ae2-c3f2e8c6464c" />
2223 <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Files.ChunkFiles/PG.StarWarsGame.Files.ChunkFiles.csproj" />
2324 <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Files.TED.Test/PG.StarWarsGame.Files.TED.Test.csproj" Id =" f8ee09db-2472-4825-8cb9-a0bec243a6fb" />
2425 <Project Path =" src/PetroglyphTools/PG.StarWarsGame.Files.TED/PG.StarWarsGame.Files.TED.csproj" Id =" eeae3b31-7a07-468a-a2f7-4dc11fe7ce45" />
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFrameworks >net8.0;net10.0</TargetFrameworks >
5+ <TargetFrameworks Condition =" !$([MSBuild]::IsOsUnixLike())" >$(TargetFrameworks);net481</TargetFrameworks >
6+ </PropertyGroup >
7+ <PropertyGroup >
8+ <IsPackable >false</IsPackable >
9+ <IsTestable >true</IsTestable >
10+ <OutputType >Exe</OutputType >
11+ </PropertyGroup >
12+
13+ <ItemGroup >
14+ <PackageReference Include =" AnakinRaW.CommonUtilities.Testing" Version =" 13.0.18" />
15+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 3.0.2" />
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.3.0" />
17+ <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.2" />
18+ <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.1.0" />
19+ <PackageReference Include =" coverlet.msbuild" Version =" 8.0.1" >
20+ <PrivateAssets >all</PrivateAssets >
21+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22+ </PackageReference >
23+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
24+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25+ <PrivateAssets >all</PrivateAssets >
26+ </PackageReference >
27+ <PackageReference Include =" coverlet.collector" Version =" 8.0.1" >
28+ <PrivateAssets >all</PrivateAssets >
29+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30+ </PackageReference >
31+ </ItemGroup >
32+
33+ <ItemGroup >
34+ <ProjectReference Include =" ..\PG.StarWarsGame.Files.ChunkFiles\PG.StarWarsGame.Files.ChunkFiles.csproj" />
35+ </ItemGroup >
36+
37+ </Project >
Original file line number Diff line number Diff line change 1+ using System . Runtime . CompilerServices ;
2+
3+ [ assembly: InternalsVisibleTo ( "PG.StarWarsGame.Files.ChunkFiles.Test" ) ]
You can’t perform that action at this time.
0 commit comments