From 39e916d4fed094f4502bc6335c29311aed11e15c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 01:39:14 +0200 Subject: [PATCH] fix quotes in platform/.net.yml --- platforms/.net.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/.net.yml b/platforms/.net.yml index 7cf65c8dfb..088c6a4ffd 100644 --- a/platforms/.net.yml +++ b/platforms/.net.yml @@ -1,2 +1,2 @@ name: .NET -description: "[.NET](https://en.wikipedia.org/wiki/.NET) (pronounced as "dot net"; formerly named .NET Core) is a managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework." \ No newline at end of file +description: "[.NET](https://en.wikipedia.org/wiki/.NET) is a managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework." \ No newline at end of file