Files
myAi/common-helpers/common-helpers.csproj
T
claude bc85a450e5
Build and Push Docker Images / build (push) Failing after 1s
Changes
2026-05-06 19:58:29 +03:00

11 lines
259 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>CommonHelpers</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>