DD.Keycloak.Client/DD.Keycloak.Client.Web/DD.Keycloak.Client.Web.csproj

14 lines
323 B
XML
Raw Permalink Normal View History

2025-01-15 17:09:56 +05:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DD.Keycloak.Client\DD.Keycloak.Client.csproj" />
</ItemGroup>
</Project>