File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/ModelContextProtocol.Tests Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3434 <Compile Include =" ..\..\src\ModelContextProtocol.Core\Server\InMemoryMcpTaskStore.cs" Link =" Server\InMemoryMcpTaskStore.cs" />
3535 <!-- Include dependencies for the linked InMemoryMcpTaskStore.cs -->
3636 <Compile Include =" ..\..\src\Common\Experimentals.cs" Link =" Experimentals.cs" />
37- <Compile Include =" ..\..\src\Common\Polyfills\System\GuidHelpers.cs" Link =" Polyfills\GuidHelpers.cs" />
3837 </ItemGroup >
3938
4039 <ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
4140 <Compile Include =" ..\..\src\Common\Throw.cs" Link =" Throw.cs" />
4241 <Compile Include =" ..\..\src\Common\Polyfills\**\*.cs" />
4342 </ItemGroup >
4443
44+ <ItemGroup Condition =" '$(TargetFramework)' != 'net472'" >
45+ <Compile Include =" ..\..\src\Common\Polyfills\System\GuidHelpers.cs" Link =" Polyfills\GuidHelpers.cs" />
46+ </ItemGroup >
47+
4548 <ItemGroup >
4649 <PackageReference Include =" coverlet.collector" >
4750 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments