Remove files and update folder arch
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m37s

This commit is contained in:
2025-04-29 19:06:46 +02:00
parent d3d16493e6
commit f515358008
5 changed files with 4 additions and 16 deletions

View File

View File

@@ -1,12 +0,0 @@
{
"recommendations": [
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"kreativ-software.csharpextensions",
"jorgeserrano.vscode-csharp-snippets",
"mhutchie.git-graph",
"lukas-tr.materialdesignicons-intellisense",
"ms-dotnettools.vscodeintellicode-csharp"
]
}

View File

@@ -19,7 +19,9 @@ Store your favorite games, intelligent game add, store game files and data, mana
.
├── README.md
├── .gitignore
├── .drone.yml (CI/CD)
├── .gitea
│ ├── build-pr.yaml (CI for Pull Request)
│ └── deploy.yaml (CD for deploy on own server)
└── src/
├── Client/
│ └── GameIdeas.BlazorApp

View File

@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>5637e3c4-2341-4bdb-85ec-c75faeee9847</UserSecretsId>
</PropertyGroup>
<ItemGroup>

View File

@@ -4,7 +4,6 @@
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>c5ccfd3a-f458-4660-b6c4-81fcc2513737</UserSecretsId>
</PropertyGroup>
<ItemGroup>