Skip to content

Commit

Permalink
Remove EXTEXP0003
Browse files Browse the repository at this point in the history
Remove suppression for EXTEXP0003.
  • Loading branch information
martincostello committed Nov 18, 2023
1 parent e13d8e0 commit ef11947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LondonTravel.Skill/LondonTravel.Skill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AWSProjectType>Lambda</AWSProjectType>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<NoWarn>$(NoWarn);CA1822;EXTEXP0003</NoWarn>
<NoWarn>$(NoWarn);CA1822</NoWarn>
<OutputType>Exe</OutputType>
<RootNamespace>MartinCostello.LondonTravel.Skill</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit ef11947

Please sign in to comment.