Resolve source-build patch conflicts
This commit is contained in:
parent
6205df93c2
commit
66fc0e7963
2 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ index 1353696a29..4e7463a453 100644
|
|||
--- a/Directory.Build.props
|
||||
+++ b/Directory.Build.props
|
||||
@@ -14,9 +14,11 @@
|
||||
<SdkTargetFramework>net7.0</SdkTargetFramework>
|
||||
<ToolsetTargetFramework>$(SdkTargetFramework)</ToolsetTargetFramework>
|
||||
may target a lower version of .NET -->
|
||||
<ResolverTargetFramework>net6.0</ResolverTargetFramework>
|
||||
|
||||
- <!-- Disable implict package target fallback, and disable warning for when we explicitly add it (currently needed for
|
||||
- Microsoft.ApplicationInsights) -->
|
||||
|
|
|
@ -97,7 +97,7 @@ index 03ea923734..3246138cf9 100644
|
|||
+++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
<Target Name="VerifyMSBuildDependency" BeforeTargets="ResolveAssemblyReferences" Condition="'$(TargetFramework)' == '$(SdkTargetFramework)'">
|
||||
<Target Name="VerifyMSBuildDependency" BeforeTargets="ResolveAssemblyReferences" Condition="'$([MSBuild]::GetTargetFrameworkIdentifier($(TargetFramework)))' == '.NETCoreApp'">
|
||||
<PropertyGroup>
|
||||
- <MSBuildPathInPackage>$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll</MSBuildPathInPackage>
|
||||
+ <MSBuildPathInPackage>$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll</MSBuildPathInPackage>
|
||||
|
|
Loading…
Add table
Reference in a new issue