From 7444c01b728ed7be59ce5248f78b061321c99328 Mon Sep 17 00:00:00 2001
From: Sparronator9999 <86388887+Sparronator9999@users.noreply.github.com>
Date: Mon, 9 Dec 2024 08:29:53 +1100
Subject: [PATCH] Change C# language version to 13 instead of Latest
Using LangVersion=Latest isn't recommended since an older compiler might not know about newer language features
---
YAMDCC.Config/YAMDCC.Config.csproj | 2 +-
YAMDCC.ECAccess/YAMDCC.ECAccess.csproj | 2 +-
YAMDCC.GUI/YAMDCC.GUI.csproj | 2 +-
YAMDCC.IPC/YAMDCC.IPC.csproj | 2 +-
YAMDCC.Logs/YAMDCC.Logs.csproj | 2 +-
YAMDCC.Service/YAMDCC.Service.csproj | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/YAMDCC.Config/YAMDCC.Config.csproj b/YAMDCC.Config/YAMDCC.Config.csproj
index d3abd9b..d57050e 100644
--- a/YAMDCC.Config/YAMDCC.Config.csproj
+++ b/YAMDCC.Config/YAMDCC.Config.csproj
@@ -5,7 +5,7 @@
Sparronator9999
Copyright © 2023-2024 Sparronator9999
True
- latest
+ 13.0
Library
GPL-3.0-or-later
true
diff --git a/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj b/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
index 1e0d779..4974c23 100644
--- a/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
+++ b/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
@@ -6,7 +6,7 @@
Sparronator9999
Copyright © 2023-2024 Sparronator9999
True
- latest
+ 13.0
Library
GPL-3.0-or-later
true
diff --git a/YAMDCC.GUI/YAMDCC.GUI.csproj b/YAMDCC.GUI/YAMDCC.GUI.csproj
index 8dc518e..8c10ce4 100644
--- a/YAMDCC.GUI/YAMDCC.GUI.csproj
+++ b/YAMDCC.GUI/YAMDCC.GUI.csproj
@@ -10,7 +10,7 @@
Copyright © 2023-2024 Sparronator9999
True
true
- latest
+ 13.0
WinExe
GPL-3.0-or-later
AnyCPU
diff --git a/YAMDCC.IPC/YAMDCC.IPC.csproj b/YAMDCC.IPC/YAMDCC.IPC.csproj
index cadf3e5..0540c4d 100644
--- a/YAMDCC.IPC/YAMDCC.IPC.csproj
+++ b/YAMDCC.IPC/YAMDCC.IPC.csproj
@@ -5,7 +5,7 @@
Copyright © 2013 Andrew C. Dvorak, 2014-2018 ReliableHosting, 2020-2021 Twosense, 2023-2024 Sparronator9999
A simple, easy to use, strongly-typed wrapper around .NET named pipes, modified for MSI Fan Control.
True
- latest
+ 13.0
Library
MIT
true
diff --git a/YAMDCC.Logs/YAMDCC.Logs.csproj b/YAMDCC.Logs/YAMDCC.Logs.csproj
index 51fd074..9745a15 100644
--- a/YAMDCC.Logs/YAMDCC.Logs.csproj
+++ b/YAMDCC.Logs/YAMDCC.Logs.csproj
@@ -5,7 +5,7 @@
Sparronator9999
Copyright © 2023-2024 Sparronator9999
True
- latest
+ 13.0
Library
GPL-3.0-or-later
true
diff --git a/YAMDCC.Service/YAMDCC.Service.csproj b/YAMDCC.Service/YAMDCC.Service.csproj
index 95321d7..f715657 100644
--- a/YAMDCC.Service/YAMDCC.Service.csproj
+++ b/YAMDCC.Service/YAMDCC.Service.csproj
@@ -7,7 +7,7 @@
Sparronator9999
Copyright © 2023-2024 Sparronator9999
True
- latest
+ 13.0
WinExe
GPL-3.0-or-later
true