Skip to content

Commit 65d9b27

Browse files
fix(deps): update dotnet monorepo
1 parent d5dd0b9 commit 65d9b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "9.0.307",
44
"rollForward": "latestFeature"
55
}
66
}

src/Function.SDK.CSharp/Function.SDK.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Grpc.AspNetCore" Version="2.71.0" />
2929
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.71.0" />
3030
<PackageReference Include="KubernetesClient" Version="18.0.5" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.10" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.11" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)