File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
5- <ToolingPackagesVersion >1.1.1.4359 </ToolingPackagesVersion >
5+ <ToolingPackagesVersion >1.1.1.4406 </ToolingPackagesVersion >
66 </PropertyGroup >
77 <ItemGroup Condition =" $(AccessToNugetFeed)" >
88 <PackageVersion Include =" ContentFeedNuget" Version =" $(ToolingPackagesVersion)" />
99 </ItemGroup >
1010 <ItemGroup >
1111 <PackageVersion Include =" EssentialCSharp.Shared.Models" Version =" $(ToolingPackagesVersion)" />
12- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8 " />
12+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.10 " />
1313 <PackageVersion Include =" AspNet.Security.OAuth.GitHub" Version =" 8.2.0" />
1414 <PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
15- <PackageVersion Include =" HtmlAgilityPack" Version =" 1.11.67 " />
15+ <PackageVersion Include =" HtmlAgilityPack" Version =" 1.11.70 " />
1616 <PackageVersion Include =" IntelliTect.Multitool" Version =" 1.5.2" />
1717 <PackageVersion Include =" Mailjet.Api" Version =" 3.0.0" />
1818 <PackageVersion Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 8.0.10" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <PlaceholderHtmlFile Include =" $(ProjectDir)Placeholders/*.html" />
77 <PlaceholderJsonFile Include =" $(ProjectDir)Placeholders/*.json" />
88 </ItemGroup >
9+
910 <ItemGroup Condition =" $(AccessToNugetFeed)" >
1011 <PackageReference Include =" ContentFeedNuget" />
1112 </ItemGroup >
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