Integrer l'authentification Keycloak dans l'application
This commit is contained in:
11
ChessCubing.Server/ChessCubing.Server.csproj
Normal file
11
ChessCubing.Server/ChessCubing.Server.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>ChessCubing.Server</RootNamespace>
|
||||
<AssemblyName>ChessCubing.Server</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user