Skip to content

Commit

Permalink
metadata.xml 20241202 ~ 3.7.0 ExO Release (+4 hours)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 2, 2024
1 parent ce98863 commit 7753a34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.OData.Client" Version="8.2.1" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.1" />
<PackageReference Include="Microsoft.Spatial" Version="8.2.1" />
<PackageReference Include="Microsoft.OData.Client" Version="8.2.2" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.2" />
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.2" />
<PackageReference Include="Microsoft.Spatial" Version="8.2.2" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/GetMailBoxDemo/GetMailBoxDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.1" />
<PackageReference Include="Microsoft.OData.Core" Version="8.2.2" />
<PackageReference Include="Simple.OData.V4.Client" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GetMailBoxDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
await GetCurrentMetadata();

string mailboxesAsString = await Scenario_PlainHttpAndJson();
//Console.WriteLine(mailboxesAsString);
Console.WriteLine(mailboxesAsString);

//var mailboxesAsEnumberable = await Scenario_SimpleODataClient_CustomDto();
//var mailboxes = mailboxesAsEnumberable.ToList();
Expand Down

0 comments on commit 7753a34

Please sign in to comment.