AI-Studio/app/SharedTools/SharedTools.csproj

11 lines
267 B
XML
Raw Normal View History

2025-04-14 17:29:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>