]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update submodule, .NET 9 (#34320)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Sat, 11 Jan 2025 20:22:47 +0000 (21:22 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Jan 2025 20:22:47 +0000 (21:22 +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.PatreonParser/Content.PatreonParser.csproj
RobustToolbox
global.json

index ca1a6f0af126dca47876b896e118dfe327c3ff8e..2842578abc80e42c2e789080ae9a0a9055c3caa9 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 8.0.x
+        dotnet-version: 9.0.x
 
     - name: Install dependencies
       run: dotnet restore
index 398baddd843f26b1908f1146e4a3a084f13361bb..57775a41cca2d6c5828fe0798b1dccf39846e8c2 100644 (file)
@@ -36,7 +36,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 8.0.x
+          dotnet-version: 9.0.x
 
       - name: Install dependencies
         run: dotnet restore
index 8f50c621d82ad8ac17a417f6e520b883620d361a..f263c20027d6e476b7835ed4e53db1beca98f971 100644 (file)
@@ -36,7 +36,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 8.0.x
+        dotnet-version: 9.0.x
 
     - name: Install dependencies
       run: dotnet restore
index 77cf56a5123d97cccc07fe92cbeff9f1541683c8..d035843a23549fe608722378ea0b9a86fd4cf1cf 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v3.2.0
       with:
-        dotnet-version: 8.0.x
+        dotnet-version: 9.0.x
 
     - name: Get Engine Tag
       run: |
index bddacb9fa4e5d3109b6535ebf7148ac0e375cbf8..05ca632de399b56a3c087e24f60f789c60fac397 100644 (file)
@@ -51,7 +51,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 8.0.x
+          dotnet-version: 9.0.x
 
       - name: Install dependencies
         run: dotnet restore
index 0b6e934cb594fd0d76fb5936d46789baa0df8e77..1053bb4a3aaf98fcd573f48d52f7107b6c97c49e 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       - name: Setup .NET Core
         uses: actions/setup-dotnet@v3.2.0
         with:
-          dotnet-version: 8.0.x
+          dotnet-version: 9.0.x
       - name: Install dependencies
         run: dotnet restore
       - name: Build
index ec259e6f1dc3508187df8502f7026eb4d267acac..1724ec0cea2d4821beadb940a7b97046dd37d5f4 100644 (file)
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net8.0</TargetFramework>
+        <TargetFramework>net9.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
       <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
index 5e97db435c05b4c188184ef90e5d77b0500403d0..e4190f4f2900634e332208a77cd6df9cef75c29a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5e97db435c05b4c188184ef90e5d77b0500403d0
+Subproject commit e4190f4f2900634e332208a77cd6df9cef75c29a
index 391ba3c2a30b9c36244b0700565072079649b2bd..cdbb589edad71c88e04fa3faff5c1d8c905a06a6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "sdk": {
-    "version": "8.0.100",
+    "version": "9.0.100",
     "rollForward": "latestFeature"
   }
 }