Skip to content

Commit

Permalink
refactor: rename test site
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 12, 2024
1 parent dc17832 commit 8902c8d
Show file tree
Hide file tree
Showing 94 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
using Umbraco.Cms.Core.DependencyInjection;
using Umbraco.Extensions;

var builder = WebApplication.CreateBuilder(args);

builder.CreateUmbracoBuilder()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>TestSite</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/jcdcdev.Umbraco.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{5830A8
ProjectSection(SolutionItems) = preProject
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
..\.github\dependabot.yml = ..\.github\dependabot.yml
..\.github\workflows\update-releases.yml = ..\.github\workflows\update-releases.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSite", "TestSite\TestSite.csproj", "{6969F9CC-0B87-4EDD-851E-A62D3F77F859}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jcdcdev.Umbraco.Core.TestSite", "jcdcdev.Umbraco.Core.TestSite\jcdcdev.Umbraco.Core.TestSite.csproj", "{6969F9CC-0B87-4EDD-851E-A62D3F77F859}"
EndProject

0 comments on commit 8902c8d

Please sign in to comment.