Skip to content

Commit

Permalink
Bump gRPC dependencies (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu committed Sep 29, 2022
1 parent 0ed601e commit 7d659ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- My change description (#PR/#issue)
-->

- Add new analyzer rules for the source-generatued function metadata preview (#1048)
- Add new analyzer rules for the source-generated function metadata preview (#1048)
- Bump gRPC dependencies to latest version (#1085)
11 changes: 5 additions & 6 deletions src/DotNetWorker.Grpc/DotNetWorker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.Grpc</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Grpc</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>5</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<MinorProductVersion>6</MinorProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand All @@ -20,8 +19,8 @@

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.10.0" />
<PackageReference Include="Google.Protobuf" Version="3.15.8" />
<PackageReference Include="Grpc.Tools" Version="2.37.0">
<PackageReference Include="Google.Protobuf" Version="3.21.7" />
<PackageReference Include="Grpc.Tools" Version="2.49.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -30,8 +29,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
<PackageReference Include="Grpc.Net.Client" Version="2.37.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.37.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.49.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.49.0" />
</ItemGroup>

<!--For applications using the .NET Standard 2.0 target/.NET Framework apps
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetWorker/DotNetWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinorProductVersion>9</MinorProductVersion>
<MinorProductVersion>10</MinorProductVersion>
</PropertyGroup>

<Import Project="..\..\build\Common.props" />
Expand Down

0 comments on commit 7d659ce

Please sign in to comment.