Commit 257d100
1 parent aadbd4a commit 257d100
File tree
14 files changed
+19
-63
lines changed- patches/websdk
- repos
- src
- tools-local
14 files changed
+19
-63
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: 7 additions & 7 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 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
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 |
| |
|
- TestAssets/TestPackages/dotnet-dependency-tool-invoker/dotnet-dependency-tool-invoker.csproj+3-1
- build/BuildDefaults.props+1
- build/BundledTemplates.props+2-2
- build/DependencyVersions.props+9-6
- build/NugetConfigFile.targets+1
- build/Test.targets+7
- build/Version.props+1-1
- build/package/Installer.DEB.proj+30-17
- build/package/Installer.RPM.targets+2-1
- build/publish/PublishNupkgToBlobFeed.targets+1-1
- build_projects/dotnet-cli-build/Crossgen.cs+32-1
- packaging/windows/clisdk/bundle.wxl+1-1
- run-build.ps1+3
- run-build.sh+3
- scripts/docker/debian/Dockerfile+3-34
- src/Microsoft.DotNet.MSBuildSdkResolver/Interop.Common.cs-36
- src/Microsoft.DotNet.MSBuildSdkResolver/Interop.NETFramework.cs-47
- src/Microsoft.DotNet.MSBuildSdkResolver/Interop.NETStandard.cs-53
- src/Microsoft.DotNet.MSBuildSdkResolver/Interop.cs+135
- src/Microsoft.DotNet.MSBuildSdkResolver/MSBuildSdkResolver.cs+178-30
- src/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj+10-1
- src/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.sln+11-8
- src/Microsoft.DotNet.MSBuildSdkResolver/NETCoreSdkResolver.cs+76
- src/Microsoft.DotNet.MSBuildSdkResolver/VSSettings.cs+155
- test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs+2-2
- test/Microsoft.DotNet.MSBuildSdkResolver.Tests/GivenAnMSBuildSdkResolver.cs+271-16
- test/Microsoft.DotNet.MSBuildSdkResolver.Tests/Microsoft.DotNet.MSBuildSdkResolver.Tests.csproj+16-5
- test/Microsoft.DotNet.TestFramework/TestAssetInstance.cs+6-2
- test/Microsoft.DotNet.Tools.Tests.Utilities/RepoDirectoriesProvider.cs+4
- test/Microsoft.DotNet.Tools.Tests.Utilities/TestAssetInstanceExtensions.cs+33
- test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs+1-1
- test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsproj.cs+8-5
Submodule core-setup updated 11 files
- BuildToolsVersion.txt+1-1
- dependencies.props+7-7
- dir.props+1-9
- src/corehost/cli/breadcrumbs.cpp+27-16
- src/corehost/cli/breadcrumbs.h+4-2
- src/corehost/cli/hostpolicy.cpp+6-13
- src/test/Assets/TestProjects/PortableAppWithException/PortableAppWithException.csproj+9
- src/test/Assets/TestProjects/PortableAppWithException/Program.cs+15
- src/test/HostActivationTests/GivenThatICareAboutNativeHostApis.cs+93-15
- src/test/TestUtils/TestProject.cs+25-8
- src/test/TestUtils/TestProjectFixture.cs+53-20
0 commit comments