Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-05-14 10:50:35 +0300
committerGitHub <noreply@github.com>2022-05-14 10:50:35 +0300
commit0aa3930099720918adf2e4409fa2189fce0d0e01 (patch)
tree77435932cac29fdf85ce881aeda1432206d4cb7e /eng/Tools.props
parentf25db168f6f842bbe63d871b6df1bd5a7b2e6a18 (diff)
Avoid unnecessary or duplicate PackageReferences - 7.0 Preview4 SDK work (#69260)
* [WIP - Validation] Update the SDK to Preview4 * Avoid duplicate PackageReference * Fix duplicated PackageReference * Remove duplicate PackageRefs * Update llvm-init.proj * Update global.json * Update xunit.props
Diffstat (limited to 'eng/Tools.props')
-rw-r--r--eng/Tools.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/Tools.props b/eng/Tools.props
index 1a9804dbaf6..ca7f3d6561c 100644
--- a/eng/Tools.props
+++ b/eng/Tools.props
@@ -14,7 +14,6 @@
<!-- excluded from source build -->
<ItemGroup Condition="'$(DotNetBuildFromSource)' != 'true'">
- <PackageReference Include="Microsoft.DotNet.Build.Tasks.Feed" Version="$(MicrosoftDotNetBuildTasksFeedVersion)" />
<PackageReference Include="Microsoft.DotNet.VersionTools.Tasks" Version="$(MicrosoftDotNetVersionToolsTasksVersion)" />
</ItemGroup>