Skip to content

Commit

Permalink
remove net8 for know from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 30, 2024
1 parent e6618d6 commit 878d455
Showing 1 changed file with 8 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<TargetFramework>net48</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
<Compile Remove="log files\**" />
<EmbeddedResource Remove="log files\**" />
<None Remove="log files\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elastic.CommonSchema.Serilog" Version="8.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
Expand All @@ -22,35 +27,4 @@
<ProjectReference Include="..\Analogy.LogViewer.ElasticCommonSchema\Analogy.LogViewer.ElasticCommonSchema.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="log files\Analogy.Logserver.20200913.log">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\CompactJsonFormat.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\CompactJsonFormat.gz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\JsonFormatPerFile.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\JsonFormatPerLine.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\CompactJsonFormatSourceContextTest.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\CompactJsonFormatTestColumns.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="log files\JsonFileCompactFormat.clef">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="log files\" />
</ItemGroup>

</Project>

0 comments on commit 878d455

Please sign in to comment.