File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
BotSharp.PizzaBot.MCPServer Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 156156 <PackageVersion Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.3.0" />
157157 <PackageVersion Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.3.0" />
158158 <PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
159- <PackageVersion Include =" Microsoft.Extensions.Configuration.Binder" Version =" 8.0.2" />
159+ <PackageVersion Include =" Microsoft.Extensions.Configuration.Binder" Version =" 8.0.2" />
160+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.2" />
160161 <PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
161162 <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 8.0.1" />
162163 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.3" />
163164 <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.1" />
165+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8.0.1" />
164166 <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.1" />
165167 <PackageVersion Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 8.0.16" />
166168 <PackageVersion Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.16" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0 </TargetFramework >
4+ <TargetFramework >$(TargetFramework) </TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <LangVersion >12.0</LangVersion >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.Extensions.Hosting" />
11- <PackageReference Include =" Microsoft.Extensions.Logging" />
1211 <PackageReference Include =" ModelContextProtocol" />
1312 <PackageReference Include =" ModelContextProtocol.AspNetCore" />
14- <PackageReference Include =" Serilog.Extensions.Logging" />
15- <PackageReference Include =" Serilog.Sinks.File" />
1613 </ItemGroup >
1714</Project >
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
1313 <PackageReference Include =" MSTest.TestAdapter" />
1414 <PackageReference Include =" MSTest.TestFramework" />
15- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" />
1615 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
1716 <PackageReference Include =" coverlet.collector" >
1817 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments