Skip to content

Commit 0c1d12f

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)