Skip to content

Commit

Permalink
fix reporting.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Sep 23, 2024
1 parent d14e44b commit aafe00d
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions TestBO4E.Reporting/TestBO4E.Reporting.csproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>TestBO4E_dotnet_Reporting</RootNamespace>

<IsPackable>false</IsPackable>

<LangVersion>12</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BO4E.Extensions\BO4E.Extensions.csproj" />
<ProjectReference Include="..\BO4E.Reporting\BO4E.Reporting.csproj" />
<ProjectReference Include="..\BO4ETestProject\TestBO4E.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>TestBO4E_dotnet_Reporting</RootNamespace>

<IsPackable>false</IsPackable>

<LangVersion>12</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BO4E.Extensions\BO4E.Extensions.csproj" />
<ProjectReference Include="..\BO4E.Reporting\BO4E.Reporting.csproj" />
<ProjectReference Include="..\BO4ETestProject\TestBO4E.csproj" />
</ItemGroup>

</Project>

0 comments on commit aafe00d

Please sign in to comment.