File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
5- <AccessToNugetFeed >true </AccessToNugetFeed >
5+ <AccessToNugetFeed >false </AccessToNugetFeed >
66 <ToolingPackagesVersion >1.1.1.4318</ToolingPackagesVersion >
77 </PropertyGroup >
88 <ItemGroup Condition =" $(AccessToNugetFeed)" >
99 <PackageVersion Include =" ContentFeedNuget" Version =" $(ToolingPackagesVersion)" />
10- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8" />
1110 </ItemGroup >
1211 <ItemGroup >
12+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8" />
1313 <PackageVersion Include =" EssentialCSharp.Shared.Models" Version =" 1.1.1.4318" />
1414 <PackageVersion Include =" AspNet.Security.OAuth.GitHub" Version =" 8.2.0" />
1515 <PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
4- <AccessToNugetFeed >true </AccessToNugetFeed >
4+ <AccessToNugetFeed >false </AccessToNugetFeed >
55 </PropertyGroup >
66 <ItemGroup >
77 <PlaceholderHtmlFile Include =" $(ProjectDir)Placeholders/*.html" />
88 <PlaceholderJsonFile Include =" $(ProjectDir)Placeholders/*.json" />
99 </ItemGroup >
1010
11- <ItemGroup >
11+ <ItemGroup Condition = " $(AccessToNugetFeed) " >
1212 <PackageReference Include =" ContentFeedNuget" />
13+ </ItemGroup >
14+
15+ <ItemGroup >
1316 <PackageReference Include =" AspNet.Security.OAuth.GitHub" />
1417 <PackageReference Include =" EssentialCSharp.Shared.Models" />
1518 <PackageReference Include =" HtmlAgilityPack" />
You can’t perform that action at this time.
0 commit comments