Skip to content

Commit 0c1d12f

Browse files
authored
Suppressed CS8002 for Anthropic package (#2461)
1 parent b1c210c commit 0c1d12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<VersionSuffix>preview</VersionSuffix>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<InjectSharedThrow>true</InjectSharedThrow>
7+
<NoWarn>$(NoWarn);CS8002</NoWarn>
78
</PropertyGroup>
89

910
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />

0 commit comments

Comments
 (0)