Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Oct 17, 2024
1 parent 8007bb9 commit a515914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EasyTestFile/EasyTestFile.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net8</TargetFrameworks>
<RootNamespace>EasyTestFile</RootNamespace>
Expand All @@ -14,7 +14,7 @@
</ItemGroup>

<Choose>
<When Condition=" $(TargetFramework)=='netstandard2.1' OR $(TargetFramework)=='net5' OR $(TargetFramework)=='net6' ">
<When Condition=" $(TargetFramework)=='netstandard2.1' OR $(TargetFramework)=='net6' OR $(TargetFramework)=='net8' ">
<PropertyGroup>
<DefineConstants>$(DefineConstants);FEATURE_STRING_REPLACE_IGNORE_CASE</DefineConstants>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions tests/EasyTestFile.TUnit.Tests/Att/Testing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace EasyTestFileTUnit.Tests.Att;
using global::EasyTestFile;
using global::EasyTestFile.Json;

[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "TUnitAssertions0003:Compiler argument populated", Justification = "Intentional")]
public class Testing
{
[Test]
Expand Down

0 comments on commit a515914

Please sign in to comment.