Mercurial > Grille > Grille-Config
annotate Grille2.csproj @ 1:a2855cd2d97e default tip
Update: .hgignore
author | Franklin Schmit <meokcin@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 10:24:33 +0800 |
parents | 689cde763395 |
children |
rev | line source |
---|---|
0 | 1 <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | |
3 <PropertyGroup> | |
4 <NoWarn>CS0168,CS1998,BL9993,CS0649,CS0436,0436</NoWarn> | |
5 <TargetFramework>net8.0</TargetFramework> | |
6 <ImplicitUsings>enable</ImplicitUsings> | |
7 </PropertyGroup> | |
8 | |
9 <ItemGroup> | |
10 <PackageReference Include="Radzen.Blazor" Version="*" /> | |
11 </ItemGroup> | |
12 </Project> |