12 lines
634 B
Diff
12 lines
634 B
Diff
|
--- Directory.Build.props 2020-06-04 17:54:26.587622453 -0500
|
||
|
+++ Directory.Build.props 2020-06-04 17:54:43.948536557 -0500
|
||
|
@@ -145,8 +145,6 @@
|
||
|
<!-- The location of the local installation of the .NET Core shared framework. -->
|
||
|
<PropertyGroup>
|
||
|
<LocalDotNetRoot>$(RepoRoot).dotnet\</LocalDotNetRoot>
|
||
|
- <!-- Override the SDK default and point to local .dotnet folder. -->
|
||
|
- <NetCoreTargetingPackRoot>$(LocalDotNetRoot)packs\</NetCoreTargetingPackRoot>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<Import Project="eng\tools\RepoTasks\RepoTasks.tasks" Condition="'$(MSBuildProjectName)' != 'RepoTasks' AND '$(DesignTimeBuild)' != 'true'" />
|