Mercurial > Grille > Grille-Config
view Grille2.csproj @ 0:689cde763395
init cimmit
author | Franklin Schmit <meokcin@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 10:16:16 +0800 |
parents | |
children |
line wrap: on
line source
<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>