File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
55 <ToolingPackagesVersion >1.1.1.4359</ToolingPackagesVersion >
6+ <RestoreSources Condition =" $(AccessToNugetFeed)" >
7+ https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json;
8+ </RestoreSources >
9+ <RestoreSources >
10+ $(RestoreSources);
11+ https://api.nuget.org/v3/index.json;
12+ </RestoreSources >
613 </PropertyGroup >
714 <ItemGroup Condition =" $(AccessToNugetFeed)" >
815 <PackageVersion Include =" ContentFeedNuget" Version =" $(ToolingPackagesVersion)" />
916 </ItemGroup >
1017 <ItemGroup >
1118 <PackageVersion Include =" EssentialCSharp.Shared.Models" Version =" $(ToolingPackagesVersion)" />
12- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8 " />
19+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.10 " />
1320 <PackageVersion Include =" AspNet.Security.OAuth.GitHub" Version =" 8.2.0" />
1421 <PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
1522 <PackageVersion Include =" HtmlAgilityPack" Version =" 1.11.67" />
Original file line number Diff line number Diff line change 66 <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
77 <add key =" EssentialCSharp" value =" https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
88 </packageSources >
9- <disabledPackageSources >
10- <add key =" EssentialCSharp" value =" !$(AccessToNugetFeed)" />
11- </disabledPackageSources >
129 <packageSourceMapping >
1310 <packageSource key =" nuget" >
1411 <package pattern =" *" />
You can’t perform that action at this time.
0 commit comments