Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-06 19:58:29 +03:00
parent ebe4e449ad
commit bc85a450e5
15 changed files with 50 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>CommonHelpers</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>