mirror of
https://abf.rosa.ru/djam/dotnet3.1.git
synced 2025-02-24 06:53:03 +00:00
11 lines
634 B
Diff
11 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'" />
|