From d075c820411dbe0619426a66b3176590d5e504b4 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 17 Dec 2019 16:06:46 +0100 Subject: [PATCH] Switch to C# 8 --- Robust.Client/Robust.Client.csproj | 2 +- Robust.Lite/Robust.Lite.csproj | 2 +- Robust.Server/Robust.Server.csproj | 2 +- Robust.Shared.Maths/Robust.Shared.Maths.csproj | 2 +- Robust.Shared/Robust.Shared.csproj | 2 +- Robust.UnitTesting/Robust.UnitTesting.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Robust.Client/Robust.Client.csproj b/Robust.Client/Robust.Client.csproj index d1d488d20f..2781000aa6 100644 --- a/Robust.Client/Robust.Client.csproj +++ b/Robust.Client/Robust.Client.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false true Exe diff --git a/Robust.Lite/Robust.Lite.csproj b/Robust.Lite/Robust.Lite.csproj index a8dbdbd1ea..a4cefe9b0a 100644 --- a/Robust.Lite/Robust.Lite.csproj +++ b/Robust.Lite/Robust.Lite.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false true x64 diff --git a/Robust.Server/Robust.Server.csproj b/Robust.Server/Robust.Server.csproj index 05632bd49b..e4d48b50c8 100644 --- a/Robust.Server/Robust.Server.csproj +++ b/Robust.Server/Robust.Server.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false Exe x64 diff --git a/Robust.Shared.Maths/Robust.Shared.Maths.csproj b/Robust.Shared.Maths/Robust.Shared.Maths.csproj index 2a7bbaf9db..5d228df1f2 100644 --- a/Robust.Shared.Maths/Robust.Shared.Maths.csproj +++ b/Robust.Shared.Maths/Robust.Shared.Maths.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false false ../bin/Shared.Maths diff --git a/Robust.Shared/Robust.Shared.csproj b/Robust.Shared/Robust.Shared.csproj index 4c5df8ecb4..140a816618 100644 --- a/Robust.Shared/Robust.Shared.csproj +++ b/Robust.Shared/Robust.Shared.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false false ../bin/Shared diff --git a/Robust.UnitTesting/Robust.UnitTesting.csproj b/Robust.UnitTesting/Robust.UnitTesting.csproj index a51b80d829..8289d8a156 100644 --- a/Robust.UnitTesting/Robust.UnitTesting.csproj +++ b/Robust.UnitTesting/Robust.UnitTesting.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false x64 false