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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2020-04-23 01:36:40 +0300
committerGitHub <noreply@github.com>2020-04-23 01:36:40 +0300
commitd775e9d959be0706e094e814ce7ded93e6bdd72a (patch)
tree7b567596e24936df4c2a5525c48aa16c524bb9a2 /src/SiteExtensions
parentf7c26b3130687e55b962a8954076b09da3ff1fe3 (diff)
Fixing build warnings (#21044)
Diffstat (limited to 'src/SiteExtensions')
-rw-r--r--src/SiteExtensions/LoggingBranch/Directory.Build.targets3
-rw-r--r--src/SiteExtensions/LoggingBranch/LB.csproj3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/SiteExtensions/LoggingBranch/Directory.Build.targets b/src/SiteExtensions/LoggingBranch/Directory.Build.targets
index bc9e13c2e2..30a20538f2 100644
--- a/src/SiteExtensions/LoggingBranch/Directory.Build.targets
+++ b/src/SiteExtensions/LoggingBranch/Directory.Build.targets
@@ -22,4 +22,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
+ <!-- No code in this project to compile. -->
+ <Target Name="Compile" />
+
</Project>
diff --git a/src/SiteExtensions/LoggingBranch/LB.csproj b/src/SiteExtensions/LoggingBranch/LB.csproj
index 1cf9f52287..5367207897 100644
--- a/src/SiteExtensions/LoggingBranch/LB.csproj
+++ b/src/SiteExtensions/LoggingBranch/LB.csproj
@@ -31,9 +31,6 @@
</ProjectReference>
</ItemGroup>
- <!-- No code in this project to compile. -->
- <Target Name="Compile" />
-
<!-- Cannot assume this project and Microsoft.AspNetCore.AzureAppServices.HostingStartup have the same package version. -->
<Target Name="_GetHostingStartupPackageReference" BeforeTargets="GenerateHostingStartupDeps">
<!-- This target is defined in eng/targets/Packaging.targets and included in every C# and F# project. -->