Commit 52c99a5
1 parent 1cef811 commit 52c99a5
File tree
15 files changed
+84
-88
lines changed- repos
- src
- tools-local
15 files changed
+84
-88
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
- build/BuildDefaults.props+1-2
- build/DependencyVersions.props+7-7
- build/Version.props+7-3
- build/package/Installer.DEB.proj+3-1
- build/package/Installer.MSI.targets+4-4
- build/package/Installer.RPM.targets+15-16
- build_projects/dotnet-cli-build/dotnet-cli-build.csproj+2
- build_projects/update-dependencies/Program.cs+8-1
- run-build.ps1+3
- run-build.sh+3
- scripts/docker/debian/Dockerfile+3-34
- scripts/docker/rhel/Dockerfile+8
- test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs+1-1
Submodule core-setup updated 24 files
- BranchInfo.props+1-1
- BuildToolsVersion.txt+1-1
- dependencies.props+6-6
- dir.props+1-9
- src/corehost/cli/deps_resolver.cpp+47-51
- src/corehost/cli/fx_definition.cpp-38
- src/corehost/cli/fx_definition.h-2
- src/corehost/cli/fxr/CMakeLists.txt+1
- src/corehost/cli/fxr/fx_muxer.cpp+2-247
- src/corehost/cli/fxr/fx_muxer.h-2
- src/corehost/cli/fxr/hostfxr.cpp+184-2
- src/corehost/cli/fxr/sdk_info.cpp+45-10
- src/corehost/cli/fxr/sdk_info.h+8-4
- src/corehost/cli/fxr/sdk_resolver.cpp+274
- src/corehost/cli/fxr/sdk_resolver.h+19
- src/corehost/cli/libhost.cpp+21-13
- src/corehost/error_codes.h+1
- src/test/Assets/TestProjects/HostApiInvokerApp/HostApiInvokerApp.csproj+2
- src/test/Assets/TestProjects/HostApiInvokerApp/Program.cs+163-22
- src/test/HostActivationTests/GivenThatICareAboutLightupAppActivation.cs+15-7
- src/test/HostActivationTests/GivenThatICareAboutMultilevelSharedFxLookup.DepsVersion.cs+143
- src/test/HostActivationTests/GivenThatICareAboutMultilevelSharedFxLookup.cs+10-239
- src/test/HostActivationTests/GivenThatICareAboutNativeHostApis.cs+196-7
- src/test/HostActivationTests/GivenThatICareAboutPortableAppActivation.cs+65-3
- dependencies.props+3-3
- src/corefx/System.Globalization.Native/icushim.cpp+36-25
- src/debug/ee/controller.cpp+3-3
- src/debug/ee/debugger.cpp+2-5
- src/debug/ee/debugger.h+2-2
- src/debug/ee/frameinfo.cpp+1-1
- src/debug/ee/functioninfo.cpp+2-1
- src/gc/unix/cgroup.cpp+29-2
- src/gc/unix/gcenv.unix.cpp+2-2
- src/inc/daccess.h+1-1
- src/jit/codegencommon.cpp+13-9
- src/pal/inc/pal.h+1-1
- src/pal/src/misc/cgroup.cpp+29-1
- src/pal/src/synchobj/mutex.cpp+1-1
- src/vm/amd64/jithelpers_fast.S+4-2
- src/vm/codeman.cpp+1-1
- src/vm/comdelegate.cpp+6-5
- src/vm/gcenv.os.cpp+1-1
- src/vm/stubmgr.h+1-1
0 commit comments