-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[main] Update dotnet/runtime #35048
Merged
Merged
[main] Update dotnet/runtime #35048
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5a7e1f2
[main] Update dotnet/runtime
lewing ac96fe8
Fix SharedFramework too
lewing 09e6547
Update the variable used in global.json too
lewing 8bed3cf
Update global.json
v-wuzhai 98927b2
Update blazor web tag
v-wuzhai ab87475
Update blazor web tag for osx and linux
v-wuzhai ef8f565
Update global.json
lewing f8f8fc2
Bump runtime dependencies
lewing 4e46d4a
Bump tools packages to net8
agocke c6361e1
Suppress TFM build warnings temporarily
agocke e4063cf
Update to more recent runtime build
lewing 3cc46c9
Update Directory.Build.props
lewing 4593590
revert net9.0 target
lewing 54e2592
Bump XUnitRunner TFM
nagilson bb4134f
Disable transitive pinning as there are conflicts in SRM which we can…
marcpopMSFT 01a01e5
Merge remote-tracking branch 'origin/main' into update-emsdk-manifest
marcpopMSFT 38e3276
Reenable transitive pinning and apply a fix to the package that was c…
marcpopMSFT 71cc422
Switch a test to be self-contained. Not sure why this particular test…
marcpopMSFT 90ee7e0
Ran update-test-baselines.ps1
marcpopMSFT 3cd48fd
Target a test to be self-contained
marcpopMSFT 0bdd9e7
Merge remote-tracking branch 'origin/main' into update-emsdk-manifest
marcpopMSFT 42f534a
don't overwrite bundledversions unless the SemVer major values match
baronfel f8ef959
Add an additional dependency that's flagged in the tests.
marcpopMSFT a1ee049
Remove the cryptography reference per PR feedback
marcpopMSFT 4ecccd1
Bump runtime build
lewing 882db45
Fix blazor tests built with workloads
radical ef678de
Use WasmOverride.targets only for net8.0 wasm projects
radical ab71881
Merge branch 'main' into update-emsdk-manifest
marek-safar ce306be
Fix native aot lib test scenario
LakshanF d1f1784
Update versions to official RC1
mthalman ca8ddf9
Remove Microsoft.NETCore.DotNetHostResolver dependency
elinor-fung 26162bd
Update SourceBuildPrebuiltBaseline.xml for 8.0 msbuild dependencies
marcpopMSFT 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
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.
Is this intentionally incoherent with the other runtime dependencies? They are on version 9.0.0-alpha.1.23464.19 and sha a6c64c3c26417f579022e20cbcee992b4814ed2c. This is the source of the following source-build prebuilts that are being reported:
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.
We actually removed
Microsoft.NETCore.DotNetHostResolver
in runtime. It looks like this repo is using it to grabhostfxr
for Framework builds. I think it can useMicrosoft.NETCore.App.Runtime.*
packages - I'll take a look.