Skip to content

Commit

Permalink
Merge branch 'microsoft:main' into fix-sample/4475
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwurzinger authored Jun 4, 2024
2 parents f9a096a + e778d25 commit f946b3b
Show file tree
Hide file tree
Showing 17 changed files with 308 additions and 308 deletions.
2 changes: 1 addition & 1 deletion get-started/azure-auth/cli/src/GetUserClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.7" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.1" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.3" />
Expand Down
2 changes: 1 addition & 1 deletion get-started/azure-auth/dotnet/src/GetUserClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.7" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.2.4" />
Expand Down
2 changes: 1 addition & 1 deletion get-started/quickstart/cli/src/KiotaPostsCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.1" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.2.4" />
Expand Down
2 changes: 1 addition & 1 deletion get-started/quickstart/dotnet/src/KiotaPosts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.2.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion msgraph-mail/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.7" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.2.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
Expand Down
96 changes: 48 additions & 48 deletions msgraph-mail/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions msgraph-mail/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^9.4.0",
"nodemon-webpack-plugin": "^4.8.2",
Expand Down
2 changes: 1 addition & 1 deletion petstore/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.form" Version="1.2.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
Expand Down
Loading

0 comments on commit f946b3b

Please sign in to comment.