From 080bf9cdd58aeaaaac4912c840594d8bf4163454 Mon Sep 17 00:00:00 2001
From: p-kaczynski
Date: Thu, 5 Sep 2024 11:12:43 +0100
Subject: [PATCH] Set lang version to 10 (.net6) instead of default
Default defaults to latest major, which is like 13 or 14rn xD
---
src/protagonist/API/API.csproj | 2 +-
src/protagonist/DLCS.Core.Tests/DLCS.Core.Tests.csproj | 2 +-
src/protagonist/DLCS.Core/DLCS.Core.csproj | 2 +-
src/protagonist/DLCS.Model.Tests/DLCS.Model.Tests.csproj | 2 +-
src/protagonist/DLCS.Model/DLCS.Model.csproj | 2 +-
.../DLCS.Repository.Tests/DLCS.Repository.Tests.csproj | 2 +-
src/protagonist/DLCS.Repository/DLCS.Repository.csproj | 2 +-
src/protagonist/DLCS.Web.Tests/DLCS.Web.Tests.csproj | 2 +-
src/protagonist/DLCS.Web/DLCS.Web.csproj | 2 +-
src/protagonist/Portal.Tests/Portal.Tests.csproj | 2 +-
src/protagonist/Thumbs/Thumbs.csproj | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/protagonist/API/API.csproj b/src/protagonist/API/API.csproj
index 603f58207..ab1afaa37 100644
--- a/src/protagonist/API/API.csproj
+++ b/src/protagonist/API/API.csproj
@@ -4,7 +4,7 @@
net6.0
enable
true
- default
+ 10.0
$(NoWarn);1591
diff --git a/src/protagonist/DLCS.Core.Tests/DLCS.Core.Tests.csproj b/src/protagonist/DLCS.Core.Tests/DLCS.Core.Tests.csproj
index 08b8d6654..2a364d92a 100644
--- a/src/protagonist/DLCS.Core.Tests/DLCS.Core.Tests.csproj
+++ b/src/protagonist/DLCS.Core.Tests/DLCS.Core.Tests.csproj
@@ -5,7 +5,7 @@
false
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Core/DLCS.Core.csproj b/src/protagonist/DLCS.Core/DLCS.Core.csproj
index 580346365..92dae7c21 100644
--- a/src/protagonist/DLCS.Core/DLCS.Core.csproj
+++ b/src/protagonist/DLCS.Core/DLCS.Core.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Model.Tests/DLCS.Model.Tests.csproj b/src/protagonist/DLCS.Model.Tests/DLCS.Model.Tests.csproj
index 1e724c294..5bf9b6bdf 100644
--- a/src/protagonist/DLCS.Model.Tests/DLCS.Model.Tests.csproj
+++ b/src/protagonist/DLCS.Model.Tests/DLCS.Model.Tests.csproj
@@ -5,7 +5,7 @@
false
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Model/DLCS.Model.csproj b/src/protagonist/DLCS.Model/DLCS.Model.csproj
index f5ef8b4e2..0d5d4037e 100644
--- a/src/protagonist/DLCS.Model/DLCS.Model.csproj
+++ b/src/protagonist/DLCS.Model/DLCS.Model.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Repository.Tests/DLCS.Repository.Tests.csproj b/src/protagonist/DLCS.Repository.Tests/DLCS.Repository.Tests.csproj
index e73ae8859..685068aa7 100644
--- a/src/protagonist/DLCS.Repository.Tests/DLCS.Repository.Tests.csproj
+++ b/src/protagonist/DLCS.Repository.Tests/DLCS.Repository.Tests.csproj
@@ -5,7 +5,7 @@
false
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Repository/DLCS.Repository.csproj b/src/protagonist/DLCS.Repository/DLCS.Repository.csproj
index 659342888..110588fa1 100644
--- a/src/protagonist/DLCS.Repository/DLCS.Repository.csproj
+++ b/src/protagonist/DLCS.Repository/DLCS.Repository.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Web.Tests/DLCS.Web.Tests.csproj b/src/protagonist/DLCS.Web.Tests/DLCS.Web.Tests.csproj
index 98faf58f1..3f33ff257 100644
--- a/src/protagonist/DLCS.Web.Tests/DLCS.Web.Tests.csproj
+++ b/src/protagonist/DLCS.Web.Tests/DLCS.Web.Tests.csproj
@@ -5,7 +5,7 @@
false
- default
+ 10.0
diff --git a/src/protagonist/DLCS.Web/DLCS.Web.csproj b/src/protagonist/DLCS.Web/DLCS.Web.csproj
index 6fbdcd4d0..28ce81933 100644
--- a/src/protagonist/DLCS.Web/DLCS.Web.csproj
+++ b/src/protagonist/DLCS.Web/DLCS.Web.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- default
+ 10.0
diff --git a/src/protagonist/Portal.Tests/Portal.Tests.csproj b/src/protagonist/Portal.Tests/Portal.Tests.csproj
index 5e3974e3b..cd4c81d31 100644
--- a/src/protagonist/Portal.Tests/Portal.Tests.csproj
+++ b/src/protagonist/Portal.Tests/Portal.Tests.csproj
@@ -4,7 +4,7 @@
net6.0
false
- default
+ 10.0
diff --git a/src/protagonist/Thumbs/Thumbs.csproj b/src/protagonist/Thumbs/Thumbs.csproj
index c6696d973..613a11d50 100644
--- a/src/protagonist/Thumbs/Thumbs.csproj
+++ b/src/protagonist/Thumbs/Thumbs.csproj
@@ -4,7 +4,7 @@
net6.0
Linux
enable
- default
+ 10.0