We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b8d2b commit e04d9ddCopy full SHA for e04d9dd
src/ModelContextProtocol.Core/ModelContextProtocol.Core.csproj
@@ -51,12 +51,8 @@
51
<ItemGroup>
52
<ProjectReference Include="..\ModelContextProtocol.SourceGenerators\ModelContextProtocol.SourceGenerators.csproj"
53
OutputItemType="Analyzer"
54
- ReferenceOutputAssembly="false" />
55
- </ItemGroup>
56
-
57
- <!-- Direct analyzer reference for build-time source generation -->
58
- <ItemGroup>
59
- <Analyzer Include="$(ArtifactsDir)bin\ModelContextProtocol.SourceGenerators\netstandard2.0\ModelContextProtocol.SourceGenerators.dll" />
+ ReferenceOutputAssembly="false"
+ SetTargetFramework="TargetFramework=netstandard2.0" />
60
</ItemGroup>
61
62
<!-- Package the analyzer DLL into the NuGet package -->
0 commit comments