We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beb359 commit eaa84c1Copy full SHA for eaa84c1
EssentialCSharp.Web/EssentialCSharp.Web.csproj
@@ -7,9 +7,11 @@
7
<PlaceholderHtmlFile Include="$(ProjectDir)Placeholders/*.html" />
8
<PlaceholderJsonFile Include="$(ProjectDir)Placeholders/*.json" />
9
</ItemGroup>
10
+ <ItemGroup Condition="$(AccessToNugetFeed)">
11
+ <PackageReference Include="ContentFeedNuget" />
12
+ </ItemGroup>
13
14
<ItemGroup>
- <PackageReference Include="ContentFeedNuget" />
15
<PackageReference Include="AspNet.Security.OAuth.GitHub" />
16
<PackageReference Include="EssentialCSharp.Shared.Models" />
17
<PackageReference Include="HtmlAgilityPack" />
0 commit comments