Skip to content

Commit afee1f3

Browse files
Bump Microsoft.Azure.Functions.Worker.Sdk in /GraphSampleFunctions
Bumps [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) from 1.18.1 to 2.0.0. - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/2.0.0/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@sdk-1.18.1...2.0.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e29caca commit afee1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphSampleFunctions/GraphSampleFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Azure.Identity" Version="1.13.1" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" OutputItemType="Analyzer" />
13+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" OutputItemType="Analyzer" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
1616
<PackageReference Include="Microsoft.Graph" Version="5.63.0" />

0 commit comments

Comments
 (0)