Remove files and update folder arch
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m37s
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m37s
This commit is contained in:
12
.vscode/extensions.json
vendored
12
.vscode/extensions.json
vendored
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -19,7 +19,9 @@ Store your favorite games, intelligent game add, store game files and data, mana
|
|||||||
.
|
.
|
||||||
├── README.md
|
├── README.md
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
├── .drone.yml (CI/CD)
|
├── .gitea
|
||||||
|
│ ├── build-pr.yaml (CI for Pull Request)
|
||||||
|
│ └── deploy.yaml (CD for deploy on own server)
|
||||||
└── src/
|
└── src/
|
||||||
├── Client/
|
├── Client/
|
||||||
│ └── GameIdeas.BlazorApp
|
│ └── GameIdeas.BlazorApp
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UserSecretsId>5637e3c4-2341-4bdb-85ec-c75faeee9847</UserSecretsId>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UserSecretsId>c5ccfd3a-f458-4660-b6c4-81fcc2513737</UserSecretsId>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user