From c2aa7e513e7fd29557569769a31aa7af326b2a3e Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 1 Oct 2021 17:20:53 +0000 Subject: [PATCH] Correcting source-build related merge issues --- eng/Version.Details.xml | 3 +++ ...tReleasesVersion-Versions.props-entr.patch | 6 ++--- ...-externals-when-building-from-source.patch | 25 ------------------- 3 files changed, 6 insertions(+), 28 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/vstest/0002-Exclude-externals-when-building-from-source.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 955f7d6b1..331e82001 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -20,6 +20,7 @@ https://github.com/dotnet/runtime e013f14c5330375a18656dea8dca14e5602a3ae0 + https://github.com/dotnet/runtime @@ -128,6 +129,7 @@ https://github.com/microsoft/vstest 68bd10d3aee862a9fbb0bac8b3d474bc323024f3 + https://github.com/dotnet/linker @@ -148,6 +150,7 @@ https://github.com/nuget/nuget.client e685bdb6d7b4d1f3664f6542f50b84376a19341c + https://github.com/Microsoft/ApplicationInsights-dotnet diff --git a/src/SourceBuild/tarball/patches/sdk/0001-Rename-DeploymentReleasesVersion-Versions.props-entr.patch b/src/SourceBuild/tarball/patches/sdk/0001-Rename-DeploymentReleasesVersion-Versions.props-entr.patch index 3980fe5f8..007eba94b 100644 --- a/src/SourceBuild/tarball/patches/sdk/0001-Rename-DeploymentReleasesVersion-Versions.props-entr.patch +++ b/src/SourceBuild/tarball/patches/sdk/0001-Rename-DeploymentReleasesVersion-Versions.props-entr.patch @@ -19,11 +19,11 @@ index 0a7442c7c4..741b654ec4 100644 @@ -36,7 +36,7 @@ 4.0.5 5.0.2 - 6.0.0-rc.2.21470.23 + 6.0.0-rtm.21479.7 - 1.0.0-preview1.1.21112.1 + 1.0.0-preview1.1.21112.1 4.6.0 - 2.0.0-beta1.21417.2 + 2.0.0-beta1.21473.1 diff --git a/src/Cli/dotnet/dotnet.csproj b/src/Cli/dotnet/dotnet.csproj index b27862fb9d..539e127a63 100644 @@ -35,7 +35,7 @@ index b27862fb9d..539e127a63 100644 - + - + diff --git a/src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj b/src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj diff --git a/src/SourceBuild/tarball/patches/vstest/0002-Exclude-externals-when-building-from-source.patch b/src/SourceBuild/tarball/patches/vstest/0002-Exclude-externals-when-building-from-source.patch deleted file mode 100644 index ac37ed08b..000000000 --- a/src/SourceBuild/tarball/patches/vstest/0002-Exclude-externals-when-building-from-source.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9cf491ea8b913b0ec615778e5597584e675f4205 Mon Sep 17 00:00:00 2001 -From: dseefeld -Date: Mon, 13 Sep 2021 21:01:44 +0000 -Subject: [PATCH] Exclude externals when building from source - ---- - src/package/external/external.csproj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/package/external/external.csproj b/src/package/external/external.csproj -index 036f92ce..9b0e87ad 100644 ---- a/src/package/external/external.csproj -+++ b/src/package/external/external.csproj -@@ -29,7 +29,7 @@ - - - -- -+ - - - --- -2.31.1 -