From 9b188fc84d2903637aa14510cfccdace536f7be5 Mon Sep 17 00:00:00 2001 From: Oleg Yudashkin Date: Wed, 22 May 2024 00:48:13 +0300 Subject: [PATCH] undo testing changes for trigger github actions --- src/MathZ.AppHost/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MathZ.AppHost/Program.cs b/src/MathZ.AppHost/Program.cs index fd2b1d8..dcc060f 100644 --- a/src/MathZ.AppHost/Program.cs +++ b/src/MathZ.AppHost/Program.cs @@ -1,7 +1,5 @@ #pragma warning disable SA1124 // Do not use regions -// test github actions - using MathZ.AppHost; using MathZ.Shared; using TraceLens.Aspire;