Iloan.Rules/src/iLoan.Rules.Web/ILoan.Rules.Web.csproj

12 lines
328 B
XML
Raw Normal View History

2024-05-27 11:54:17 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<NoWarn>CS0168,CS1998,BL9993,CS0649,CS0436,0436</NoWarn>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Radzen.Blazor" Version="*" />
</ItemGroup>
</Project>