Skip to content

Commit

Permalink
Bump Microsoft.SemanticKernel.Skills.MsGraph in /dotnet
Browse files Browse the repository at this point in the history
Bumps [Microsoft.SemanticKernel.Skills.MsGraph](https://github.com/microsoft/semantic-kernel) from 0.15.230531.5-preview to 0.16.230615.1-preview.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](dotnet-0.15.230531.5-preview...dotnet-0.16.230615.1-preview)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel.Skills.MsGraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent ac3d655 commit 3410e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/dotnet/KernelHttpServer/KernelHttpServer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
Expand All @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Graph" Version="4.54.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="0.15.230531.5-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.Document" Version="0.15.230531.5-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.MsGraph" Version="0.15.230531.5-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.MsGraph" Version="0.16.230615.1-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.Web" Version="0.15.230531.5-preview" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions samples/dotnet/graph-api-skills/MsGraphSkillsExample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>MsGraphSkillsExample</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.MsGraph" Version="0.15.230531.5-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.MsGraph" Version="0.16.230615.1-preview" />
<PackageReference Include="Microsoft.SemanticKernel" Version="0.15.230531.5-preview" />
</ItemGroup>

Expand Down

0 comments on commit 3410e9f

Please sign in to comment.