From 47877ee2e771398988d386f0503ab37a041f3e26 Mon Sep 17 00:00:00 2001
From: Ben Parsons <9ParsonsB@users.noreply.github.com>
Date: Tue, 21 May 2024 16:40:05 +1000
Subject: [PATCH] Update Language Version to C# 12 (#242)
---
Examples/Examples.csproj | 2 +-
Raylib-cs.Tests/Raylib-cs.Tests.csproj | 1 +
Raylib-cs/Raylib-cs.csproj | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj
index 6fc42f2..cd05201 100644
--- a/Examples/Examples.csproj
+++ b/Examples/Examples.csproj
@@ -5,7 +5,7 @@
true
Examples.Program
$(MSBuildThisFileDirectory)
- 10
+ 12
enable
diff --git a/Raylib-cs.Tests/Raylib-cs.Tests.csproj b/Raylib-cs.Tests/Raylib-cs.Tests.csproj
index c6c27ee..fa9d3a9 100644
--- a/Raylib-cs.Tests/Raylib-cs.Tests.csproj
+++ b/Raylib-cs.Tests/Raylib-cs.Tests.csproj
@@ -2,6 +2,7 @@
net6.0
true
+ 12
diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj
index 48c59a0..9969b12 100644
--- a/Raylib-cs/Raylib-cs.csproj
+++ b/Raylib-cs/Raylib-cs.csproj
@@ -1,13 +1,13 @@
- net5.0;net6.0
+ net6.0
false
Raylib-cs
Raylib_cs
true
false
$(NoWarn);1591
- 10.0
+ 12