|  | 
| 2 | 2 | 
 | 
| 3 | 3 |   <PropertyGroup> | 
| 4 | 4 |     <TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks> | 
| 5 |  | -    <ImplicitUsings>enable</ImplicitUsings> | 
| 6 |  | -    <Nullable>enable</Nullable> | 
| 7 |  | -    <LangVersion>Latest</LangVersion> | 
| 8 |  | -    <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | 
| 9 |  | -    <AnalysisMode>All</AnalysisMode> | 
|  | 5 | +    <GenerateDocumentationFile>true</GenerateDocumentationFile> | 
|  | 6 | +    <IsPackable>true</IsPackable> | 
|  | 7 | +    <PackageId>ModelContextProtocol</PackageId> | 
|  | 8 | +    <Description>.NET SDK for the Model Context Protocol (MCP)</Description> | 
|  | 9 | +    <PackageReadmeFile>README.md</PackageReadmeFile> | 
| 10 | 10 |   </PropertyGroup> | 
| 11 | 11 | 
 | 
| 12 | 12 |   <PropertyGroup Condition="'$(TargetFramework)' != 'netstandard2.0'"> | 
| 13 | 13 |     <IsAotCompatible>true</IsAotCompatible> | 
| 14 | 14 |   </PropertyGroup> | 
| 15 | 15 | 
 | 
| 16 |  | -  <PropertyGroup> | 
| 17 |  | -    <!-- license and package properties --> | 
| 18 |  | -    <PackageId>ModelContextProtocol</PackageId> | 
| 19 |  | -    <Description>.NET SDK for the Model Context Protocol (MCP)</Description> | 
| 20 |  | -    <PackageProjectUrl>https://github.com/modelcontextprotocol/csharp-sdk</PackageProjectUrl> | 
| 21 |  | -    <RepositoryUrl>https://github.com/modelcontextprotocol/csharp-sdk</RepositoryUrl> | 
| 22 |  | -    <RepositoryType>git</RepositoryType> | 
| 23 |  | -    <PackageTags>ModelContextProtocol;mcp;ai;llm</PackageTags> | 
| 24 |  | -    <PackageReadmeFile>README.md</PackageReadmeFile> | 
| 25 |  | -    <PackageLicenseExpression>MIT</PackageLicenseExpression> | 
| 26 |  | -    <!-- Assembly properties --> | 
| 27 |  | -    <RootNamespace>ModelContextProtocol</RootNamespace> | 
| 28 |  | -    <GenerateDocumentationFile>true</GenerateDocumentationFile> | 
| 29 |  | -    <IncludeSymbols>true</IncludeSymbols> | 
| 30 |  | -    <SymbolPackageFormat>snupkg</SymbolPackageFormat> | 
| 31 |  | -  </PropertyGroup> | 
| 32 |  | - | 
| 33 | 16 |   <ItemGroup> | 
| 34 | 17 |     <InternalsVisibleTo Include="ModelContextProtocol.Tests" /> | 
| 35 | 18 |     <InternalsVisibleTo Include="AspNetCoreSseServer" /> | 
| 36 | 19 |   </ItemGroup> | 
| 37 | 20 | 
 | 
| 38 | 21 |   <ItemGroup> | 
| 39 |  | -    <PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.3.0-preview.1.25161.3" /> | 
| 40 |  | -    <PackageReference Include="Microsoft.Extensions.AI" Version="9.3.0-preview.1.25161.3" /> | 
| 41 |  | -    <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" /> | 
| 42 |  | -    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" /> | 
| 43 |  | -    <PackageReference Include="System.Net.ServerSentEvents" Version="9.0.3" /> | 
|  | 22 | +    <PackageReference Include="Microsoft.Extensions.AI.Abstractions"/> | 
|  | 23 | +    <PackageReference Include="Microsoft.Extensions.AI" /> | 
|  | 24 | +    <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" /> | 
|  | 25 | +    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> | 
|  | 26 | +    <PackageReference Include="System.Net.ServerSentEvents" /> | 
| 44 | 27 |   </ItemGroup> | 
| 45 | 28 | 
 | 
| 46 | 29 |   <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> | 
| 47 | 30 |     <Compile Include="..\Common\Polyfills\**\*.cs" /> | 
| 48 |  | -    <PackageReference Include="Microsoft.Bcl.Memory" Version="9.0.3" /> | 
| 49 |  | -    <PackageReference Include="System.Text.Json" Version="9.0.3" /> | 
| 50 |  | -    <PackageReference Include="System.Threading.Channels" Version="9.0.3" /> | 
|  | 31 | +    <PackageReference Include="Microsoft.Bcl.Memory" /> | 
|  | 32 | +    <PackageReference Include="System.Text.Json" /> | 
|  | 33 | +    <PackageReference Include="System.Threading.Channels" /> | 
|  | 34 | +  </ItemGroup> | 
|  | 35 | + | 
|  | 36 | +  <ItemGroup> | 
|  | 37 | +    <None Include="README.md" pack="true" PackagePath="." /> | 
| 51 | 38 |   </ItemGroup> | 
| 52 | 39 | 
 | 
| 53 | 40 | </Project> | 
0 commit comments