AyaNova website for AyaNova 8+ release razor pages .net core version

This commit is contained in:
2022-05-20 18:43:14 +00:00
commit 92e5cf8062
79 changed files with 74443 additions and 0 deletions

9
ayanova/ayanova.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>