]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
.NET 8 compatibility (#22461)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Fri, 15 Dec 2023 17:19:48 +0000 (18:19 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2023 17:19:48 +0000 (18:19 +0100)
.github/workflows/build-docfx.yml
.github/workflows/build-map-renderer.yml
.github/workflows/build-test-debug.yml
.github/workflows/publish.yml
.github/workflows/test-packaging.yml
.github/workflows/yaml-linter.yml
Content.Benchmarks/Content.Benchmarks.csproj
RobustToolbox
global.json

index 1c4b543743dd6859c9bf2eba702c90120f872d62..ca1a6f0af126dca47876b896e118dfe327c3ff8e 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 7.0.x
+        dotnet-version: 8.0.x
 
     - name: Install dependencies
       run: dotnet restore
index e921bd2558c963fd67c152ce781710222b170ff1..35aed1a7f7f500855bdd34fc2d7bdc7bbb54805a 100644 (file)
@@ -36,7 +36,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 7.0.x
+          dotnet-version: 8.0.x
 
       - name: Install dependencies
         run: dotnet restore
index 9abd4fbe17e3bb00d840d859cb6ac400e3fcdb32..47f9fd1a514e62a830dff4fc63ab64ec1a60efd4 100644 (file)
@@ -36,7 +36,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 7.0.x
+        dotnet-version: 8.0.x
 
     - name: Install dependencies
       run: dotnet restore
index 8283763839065e8fa64fd34de4173240acff8668..eda0451b9686d960b1cbcea534015a6ce7aa05af 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 7.0.x
+        dotnet-version: 8.0.x
 
     - name: Get Engine Tag
       run: |
index b22f307de578f3cae623eb5426f336dc75926da0..2dce502697d4b5e39d7e7e3f307859516a58bef7 100644 (file)
@@ -51,7 +51,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 7.0.x
+          dotnet-version: 8.0.x
 
       - name: Install dependencies
         run: dotnet restore
@@ -64,7 +64,7 @@ jobs:
 
       - name: Package client
         run: dotnet run --project Content.Packaging client --no-wipe-release
-      
+
       - name: Update Build Info
         run: Tools/gen_build_info.py
 
index 254384acff0429dd9cb7e133702374539576d994..691eb29f1de4269dcf3e9f77480b0f4df766c819 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 7.0.x
+          dotnet-version: 8.0.x
       - name: Install dependencies
         run: dotnet restore
       - name: Build
index a8b255c71b0462f1eb820d3309becefd021900ff..049d6f5b6f4127e7374017e82ace2d57a6709009 100644 (file)
@@ -8,7 +8,7 @@
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <LangVersion>11</LangVersion>
+    <LangVersion>12</LangVersion>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
index 726d91c5e8c93ddc824f0f2860139b345dba5ce8..3204002c7281e43ee9345ea4cc9fea92147dcce9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 726d91c5e8c93ddc824f0f2860139b345dba5ce8
+Subproject commit 3204002c7281e43ee9345ea4cc9fea92147dcce9
index 7665c95ab4ef7fe2fbe492b3d7428dc63099ba79..391ba3c2a30b9c36244b0700565072079649b2bd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "sdk": {
-    "version": "7.0.114",
+    "version": "8.0.100",
     "rollForward": "latestFeature"
   }
 }