From 1e696edcffcbd5afbd36fbf91bb04b412bbfc93c Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 17 Dec 2019 16:09:10 +0100 Subject: [PATCH] Use C# 8. --- Content.Benchmarks/Content.Benchmarks.csproj | 2 +- Content.Client/Content.Client.csproj | 2 +- Content.IntegrationTests/Content.IntegrationTests.csproj | 2 +- Content.Server/Content.Server.csproj | 2 +- Content.Shared/Content.Shared.csproj | 2 +- Content.Tests/Content.Tests.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Content.Benchmarks/Content.Benchmarks.csproj b/Content.Benchmarks/Content.Benchmarks.csproj index 175bd79fb9..189265dca4 100644 --- a/Content.Benchmarks/Content.Benchmarks.csproj +++ b/Content.Benchmarks/Content.Benchmarks.csproj @@ -9,7 +9,7 @@ x64 Exe true - 7.3 + 8 diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index 70b524ac25..d32aa57097 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false x64 false diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index dc3ca91d9f..b9b60eb643 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -7,7 +7,7 @@ false false x64 - 7.3 + 8 diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 4c6a4f5837..e70bc31abb 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false x64 false diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index fd4ee4f18f..1af03739d7 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false x64 false diff --git a/Content.Tests/Content.Tests.csproj b/Content.Tests/Content.Tests.csproj index fca5729d2c..479e3147d0 100644 --- a/Content.Tests/Content.Tests.csproj +++ b/Content.Tests/Content.Tests.csproj @@ -3,7 +3,7 @@ $(TargetFramework) - 7.3 + 8 false x64 false