Skip to content

Commit

Permalink
Revert "Startup steps reduced down to changing one bool value (#601)"
Browse files Browse the repository at this point in the history
This reverts commit d93cfbe.
  • Loading branch information
BenjaminMichaelis committed Oct 23, 2024
1 parent c41630a commit d283805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
<PackageVersion Include="AspNet.Security.OAuth.GitHub" Version="8.2.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="HtmlAgilityPack" Version="1.11.67" />
Expand Down
3 changes: 2 additions & 1 deletion EssentialCSharp.Web/EssentialCSharp.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PlaceholderHtmlFile Include="$(ProjectDir)Placeholders/*.html" />
<PlaceholderJsonFile Include="$(ProjectDir)Placeholders/*.json" />
</ItemGroup>

<ItemGroup Condition="$(AccessToNugetFeed)">
<PackageReference Include="ContentFeedNuget" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<add key="EssentialCSharp" value="!$(AccessToNugetFeed)" />
</disabledPackageSources>
<packageSourceMapping>
<packageSource key="nuget">
<package pattern="*" />
Expand Down

0 comments on commit d283805

Please sign in to comment.