Net8Blazor/NET8Blazor/PhotinoNetApp/PhotinoNetApp.csproj

19 lines
468 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2024-01-24 18:22:13 +00:00
<RootNamespace>PhotinoNetAbpp</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Remove="Properties\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Photino.NET" Version="2.6.0" />
</ItemGroup>
</Project>