Permalink
Please sign in to comment.
Browse files
Update CoreClr, CoreFx to beta-25021-03, beta-25022-02, respectively
- Loading branch information...
Showing
with
31 additions
and 31 deletions.
- +4 −4 dependencies.props
- +5 −5 tests/src/Common/build_against_pkg_dependencies/project.json
- +2 −2 tests/src/Common/netcoreapp/project.json
- +1 −1 tests/src/Common/targeting_pack_ref/project.json
- +6 −6 tests/src/Common/test_dependencies/project.json
- +1 −1 tests/src/Common/test_runtime/project.json
- +1 −1 tests/src/JIT/config/benchmark+roslyn/project.json
- +1 −1 tests/src/JIT/config/benchmark+serialize/project.json
- +2 −2 tests/src/JIT/config/benchmark/project.json
- +3 −3 tests/src/JIT/config/extra/project.json
- +1 −1 tests/src/JIT/config/minimal/project.json
- +1 −1 tests/src/JIT/config/threading+thread/project.json
- +1 −1 tests/src/JIT/config/threading/project.json
- +1 −1 tests/src/TestWrappersConfig/project.json
- +1 −1 tests/src/performance/project.json
| @@ -1,9 +1,9 @@ | ||
| { | ||
| "dependencies": { | ||
| "Microsoft.NETCore.App": "2.0.0-beta-001494-00", | ||
| - "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24913-02" | ||
| + "System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25022-02" | ||
| }, | ||
| "frameworks": { | ||
| - "netcoreapp2.0": { } | ||
| + "netcoreapp2.0": {} | ||
| } | ||
| } |
0 comments on commit
c0edf93