🐛 Trying to fix pass

This commit is contained in:
2025-07-25 00:06:11 +08:00
parent 832d6a2ef0
commit be3d2e237c
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
/wwwroot/dist/
**/bin/
**/obj/
**/node_modules/

View File

@@ -4,6 +4,7 @@
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
@@ -161,5 +162,5 @@
<ItemGroup> <ItemGroup>
<Content Remove="Client\**" /> <Content Remove="Client\**" />
</ItemGroup> </ItemGroup>
</Project> </Project>