generated from Azure-Samples/azure-search-openai-javascript
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Android/WPF Demo and Portrait Processing to SDK 1.0.0 Beta.2 #30
Merged
der3318
merged 3 commits into
main
from
update-wpf-android-and-portrait-processing-to-sdk-b2
Nov 12, 2024
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Azure.AI.Vision.Face" version="1.0.0-beta.1" targetFramework="net48" /> | ||
<package id="Azure.Core" version="1.39.0" targetFramework="net48" /> | ||
<package id="Azure.AI.Vision.Face" version="1.0.0-beta.2" targetFramework="net48" /> | ||
<package id="Azure.Core" version="1.44.1" targetFramework="net48" /> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net46" /> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="1.1.1" targetFramework="net48" /> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net48" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net48" /> | ||
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net46" /> | ||
<package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net48" /> | ||
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net461" /> | ||
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net48" /> | ||
<package id="System.ClientModel" version="1.0.0" targetFramework="net48" /> | ||
<package id="System.ClientModel" version="1.1.0" targetFramework="net48" /> | ||
<package id="System.Diagnostics.DiagnosticSource" version="6.0.1" targetFramework="net48" /> | ||
<package id="System.Memory" version="4.5.4" targetFramework="net48" /> | ||
<package id="System.Memory.Data" version="1.0.2" targetFramework="net48" /> | ||
<package id="System.Memory.Data" version="6.0.0" targetFramework="net48" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" /> | ||
<package id="System.Text.Encodings.Web" version="4.7.2" targetFramework="net48" /> | ||
<package id="System.Text.Json" version="4.7.2" targetFramework="net48" /> | ||
<package id="System.Text.Encodings.Web" version="6.0.0" targetFramework="net48" /> | ||
<package id="System.Text.Json" version="6.0.10" targetFramework="net48" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using AGP 8.0.0 results in the following error:
With the build environment:
Upgrading AGP from 8.0.0 to 8.3.2, which is the maximum version compatible with Gradle 8.5 (see compatibility table and 8.3.* release notes), solves the problem.
Accordingly, the API level is suggested to migrate from 33 to 34: