first commit

This commit is contained in:
2025-11-27 13:11:19 +01:00
parent ce3a5b157e
commit 501e8ad2dc
118 changed files with 63876 additions and 0 deletions

19
App/App/App.csproj Normal file
View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-App-e66163ff-a011-4a45-a18d-ec245550a81e</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\App.Client\App.Client.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9" />
</ItemGroup>
</Project>