Files
myAi/startup-helpers/startup-helpers.csproj
T
claude 9db4fa8de7
Build and Push Docker Images / build (push) Failing after 6s
Changes
2026-05-06 18:21:57 +03:00

11 lines
261 B
XML

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