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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eng/empty.csproj')
-rw-r--r--eng/empty.csproj15
1 files changed, 0 insertions, 15 deletions
diff --git a/eng/empty.csproj b/eng/empty.csproj
deleted file mode 100644
index 0bd280da02f..00000000000
--- a/eng/empty.csproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <!-- This project exists purely to work around Arcade
- behavior. Arcade knows how to restore tasks needed for
- publishing to blob feeds, but it requires a project file that
- imports nuget restore targets to be specified for this to
- work. See details in
- https://github.com/dotnet/arcade/commit/f657be5cb7cd4920334dd9162173b131211a1e17#r31728598.
- -->
-
- <PropertyGroup>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- </PropertyGroup>
-
-</Project>