Skip to content

Commit

Permalink
Adapt to Kiota 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Jul 7, 2024
1 parent b31a3e2 commit 17e818c
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<ItemGroup>
<Using Include="Google.Apis.Kiota.Models" />
<ProjectReference Include="../Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Google.Apis.Kiota.Calendar/GoogleApiException.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Google.Apis.Kiota.Calendar.Models
{
class GoogleApiException : Google.Apis.Kiota.Models.GoogleApiException
{
}
}
3 changes: 2 additions & 1 deletion src/Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.7" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/Google.Apis.Kiota.Drive/Google.Apis.Kiota.Drive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<ItemGroup>
<Using Include="Google.Apis.Kiota.Models" />
<ProjectReference Include="../Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Google.Apis.Kiota.Drive/GoogleApiException.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Google.Apis.Kiota.Drive.Models
{
class GoogleApiException : Google.Apis.Kiota.Models.GoogleApiException
{
}
}
2 changes: 0 additions & 2 deletions src/Google.Apis.Kiota.Gmail/Google.Apis.Kiota.Gmail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<ItemGroup>
<Using Include="Google.Apis.Kiota.Models" />
<ProjectReference Include="../Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Google.Apis.Kiota.Gmail/GoogleApiException.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Google.Apis.Kiota.Gmail.Models
{
class GoogleApiException : Google.Apis.Kiota.Models.GoogleApiException
{
}
}
2 changes: 0 additions & 2 deletions src/Google.Apis.Kiota.People/Google.Apis.Kiota.People.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<ItemGroup>
<Using Include="Google.Apis.Kiota.Models" />
<ProjectReference Include="../Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Google.Apis.Kiota.People/GoogleApiException.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Google.Apis.Kiota.People.Models
{
class GoogleApiException : Google.Apis.Kiota.Models.GoogleApiException
{
}
}
2 changes: 0 additions & 2 deletions src/Google.Apis.Kiota.Tasks/Google.Apis.Kiota.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<ItemGroup>
<Using Include="Google.Apis.Kiota.Models" />
<ProjectReference Include="../Google.Apis.Kiota.Core/Google.Apis.Kiota.Core.csproj" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.3.3" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions src/Google.Apis.Kiota.Tasks/GoogleApiException.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Google.Apis.Kiota.Tasks.Models
{
class GoogleApiException : Google.Apis.Kiota.Models.GoogleApiException
{
}
}

0 comments on commit 17e818c

Please sign in to comment.