summaryrefslogtreecommitdiff
path: root/eng/Tools.props
diff options
context:
space:
mode:
Diffstat (limited to 'eng/Tools.props')
-rw-r--r--eng/Tools.props14
1 files changed, 14 insertions, 0 deletions
diff --git a/eng/Tools.props b/eng/Tools.props
new file mode 100644
index 0000000000..eec09c5c0b
--- /dev/null
+++ b/eng/Tools.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project>
+ <PropertyGroup>
+ <RestoreSources Condition="'$(AdditionalRestoreSources)' != ''">
+ $(RestoreSources);
+ $(AdditionalRestoreSources)
+ </RestoreSources>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.DotNet.Build.Tasks.Packaging" Version="$(MicrosoftDotNetBuildTasksPackagingPackageVersion)" />
+ <PackageReference Include="Microsoft.NETCore.Platforms" Version="$(MicrosoftNETCorePlatformsVersion)" />
+ </ItemGroup>
+</Project> \ No newline at end of file