From bde97e6ce94871f349df368f45ef9ad093587bc5 Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4abk3g@protonmail.com>
Date: Fri, 26 Mar 2021 22:19:39 +0100
Subject: [PATCH] Add xml declaration

---
 src/Bot/Bot.fsproj | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Bot/Bot.fsproj b/src/Bot/Bot.fsproj
index 3670eca..14f2469 100644
--- a/src/Bot/Bot.fsproj
+++ b/src/Bot/Bot.fsproj
@@ -1,4 +1,5 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk"
+         xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
   <PropertyGroup>
     <ServerGarbageCollection>true</ServerGarbageCollection>
-- 
GitLab