-
Couldn't load subscription status.
- Fork 710
Bump MicrosoftExtensionsAIVersion from 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1 #7270
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
Bump MicrosoftExtensionsAIVersion from 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1 #7270
Conversation
|
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps `MicrosoftExtensionsAIVersion` from 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1. Updates `Microsoft.Extensions.AI` from 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits) Updates `Microsoft.Extensions.AI.OpenAI` from 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1 - [Release notes](https://github.com/dotnet/extensions/releases) - [Commits](https://github.com/dotnet/extensions/commits) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Primitives` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `System.Text.Json` from 9.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Primitives dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2be69f4 to
e45ac9d
Compare
|
We can't take this change unless this version of Microsoft.Extensions.AI is published to nuget.org. If we took this change and released our nuget package with a reference on an unreleased version it wouldn't work. @stephentoub @SteveSandersonMS - do you know when a new Microsoft.Extensions.AI version is planned on being released? |
|
Where is dependabot getting these versions from? M.E.AI is generally on the same cadence as the rest of dotnet/extensions, with it only diverging when we take explicit action to add another, which we haven't done recently. |
that was my question too. @danmoseley - any ideas? |
|
it's using the nuget.config in the aspire repo and finding them on the dotnet9 feed |
|
presumably this needs adjusting to exclude stuff you don't want dailies of: Line 41 in 649ae51
|
|
@eerhardt are you planning to twiddle nuget.config to limit what is pulled from the dotnet9 feed? |
No. If you want to take it, go ahead. |
|
There is no way in package source mapping to "exclude" packages from a particular feed. You would have to blow up the wildcard to everything else. But, it does not seem that the dotnet9 feed is even needed. If I remove it (and clear caches) restore works fine. @radical you added it in #5483. What is it for? my diff was diff --git a/NuGet.config b/NuGet.config
index 0042da222..aea886a5f 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -37,15 +37,15 @@
<package pattern="Microsoft.FluentUI.AspNetCore.Components" />
<package pattern="Microsoft.FluentUI.AspNetCore.Components.Icons" />
</packageSource>
- <packageSource key="dotnet9">
- <package pattern="*" />
- </packageSource>
<packageSource key="dotnet-libraries">
<package pattern="Microsoft.DeveloperControlPlane*" />
<package pattern="System.CommandLine" />
</packageSource>
<packageSource key="dotnet-eng">
- <package pattern="*" />
+ <package pattern="Microsoft.DotNet.Arcade.Sdk" />
+ <package pattern="Microsoft.DotNet.RemoteExecutor" />
+ <package pattern="Microsoft.DotNet.XliffTasks" />
+ <package pattern="Microsoft.DotNet.XUnitExtensions" />
</packageSource>
</packageSourceMapping>
<disabledPackageSources>
|
|
@radical ? |
…n-9.1.0-preview.1.25065.1
|
Closing in favor of #7643. |
Bumps
MicrosoftExtensionsAIVersionfrom 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1.Updates
Microsoft.Extensions.AIfrom 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1Commits
Updates
Microsoft.Extensions.AI.OpenAIfrom 9.1.0-preview.1.25064.3 to 9.1.0-preview.1.25065.1Commits
Updates
Microsoft.Extensions.DependencyInjection.Abstractionsfrom 8.0.2 to 9.0.0Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
... (truncated)
Commits
9d5a6a9Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615Bump downlevels for 9.0 (#109288)0456c7eMerge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fbMerge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.Logging.Abstractionsfrom 8.0.2 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
... (truncated)
Commits
9d5a6a9Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615Bump downlevels for 9.0 (#109288)0456c7eMerge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fbMerge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.Primitivesfrom 8.0.0 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Primitives's releases.
... (truncated)
Commits
9d5a6a9Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615Bump downlevels for 9.0 (#109288)0456c7eMerge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fbMerge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
System.Text.Jsonfrom 9.0.1 to 9.0.0Commits
9d5a6a9Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615Bump downlevels for 9.0 (#109288)0456c7eMerge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fbMerge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)