pages/pages.csproj

8 lines
224 B
XML
Raw Normal View History

2024-10-06 19:50:15 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2024-12-05 12:28:04 +00:00
<TargetFramework>net9.0</TargetFramework>
2024-10-06 19:50:15 +00:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>