Skip to content

Commit

Permalink
masesgroup#573 (comment): test disabling at library level
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 16, 2024
1 parent 24d3d62 commit a4e2fce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/net/JNet/JNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
<!--see https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support-->
<CETCompat>false</CETCompat>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_SIMPLIFIED_GENERATION)' == 'true'">
<DefineConstants>$(DefineConstants);JNET_SIMPLIFIED_GENERATION</DefineConstants>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions tests/net/JNetByteBufferTest/JNetByteBufferTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<Title>JNetByteBufferTest - a test tool for JNet</Title>
<Description>JNetByteBufferTest - a test tool for JNet</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Common\Initializer.cs" Link="Initializer.cs" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions tests/net/JNetTest/JNetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<Title>JNetTest - a test tool for JNet</Title>
<Description>JNetTest - a test tool for JNet</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Common\Initializer.cs" Link="Initializer.cs" />
</ItemGroup>
Expand Down

0 comments on commit a4e2fce

Please sign in to comment.