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

This commit is contained in:
2026-05-06 18:21:57 +03:00
parent 5db34b9731
commit 9db4fa8de7
4 changed files with 26 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace startup_helpers
{
public class Class1
{
}
}
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>startup_helpers</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>