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:
Diffstat (limited to 'eng/packaging.props')
-rw-r--r--eng/packaging.props9
1 files changed, 0 insertions, 9 deletions
diff --git a/eng/packaging.props b/eng/packaging.props
deleted file mode 100644
index dcaf0ba0433..00000000000
--- a/eng/packaging.props
+++ /dev/null
@@ -1,9 +0,0 @@
-<Project>
-
- <PropertyGroup>
- <!-- Needs to be set in a props file when package referencing NuGet.Build.Tasks.Pack, as NuGet's targets file is imported before
- packaging.targets and hence the BeforePack isn't respected. This can be moved back when the PackageReference is removed. -->
- <BeforePack>AddNETStandardCompatErrorFileForPackaging;IncludeAnalyzersInPackage;$(BeforePack)</BeforePack>
- </PropertyGroup>
-
-</Project>