Skip to content

Commit

Permalink
Merge pull request #8 from ArturMarekNowak/feature/update-readme
Browse files Browse the repository at this point in the history
Update nuget version
  • Loading branch information
ArturMarekNowak committed Feb 22, 2024
2 parents a8aeea7 + a31b46f commit 9155564
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Binary file not shown.
19 changes: 9 additions & 10 deletions src/GrpcGraphQlWebSockets/GrpcGraphQlWebSockets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.44.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.44.0" />
<PackageReference Include="Grpc.Tools" Version="2.45.0-pre1">
<PackageReference Include="Grpc.AspNetCore" Version="2.61.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.61.0" />
<PackageReference Include="Grpc.Tools" Version="2.62.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="HotChocolate.AspNetCore" Version="12.7.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="12.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.HttpApi" Version="0.1.0-alpha.21317.5" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.1.0-alpha.21317.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-preview.2.22153.1">
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="13.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.2.22153.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GrpcGraphQlWebSockets/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public Startup(IConfiguration configuration, IWebHostEnvironment environment)
public void ConfigureServices(IServiceCollection services)
{
services.AddGrpc();
services.AddGrpcHttpApi();
//services.AddGrpcHttpApi();

services.AddControllers();
services.AddSwaggerGen(c =>
Expand Down

0 comments on commit 9155564

Please sign in to comment.