From cafec6cbe46660b3cb889f827684471293f72199 Mon Sep 17 00:00:00 2001 From: martincostello Date: Mon, 23 Sep 2019 17:26:51 +0100 Subject: [PATCH] Update to .NET Core 3.0.0 SDK Update to the final release of the .NET Core 3.0 SDK. Use stable release of NuGet packages. Use stable release of C#. --- Directory.Build.props | 2 +- global.json | 2 +- tests/JustEat.StatsD.Tests/JustEat.StatsD.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0526c234..ea19d29b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -25,7 +25,7 @@ true false true - preview + latest en-US enable package-icon.png diff --git a/global.json b/global.json index c33f6a5e..79422f0c 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.0.100-rc1-014190" + "version": "3.0.100" } } diff --git a/tests/JustEat.StatsD.Tests/JustEat.StatsD.Tests.csproj b/tests/JustEat.StatsD.Tests/JustEat.StatsD.Tests.csproj index 40d44473..235d410b 100644 --- a/tests/JustEat.StatsD.Tests/JustEat.StatsD.Tests.csproj +++ b/tests/JustEat.StatsD.Tests/JustEat.StatsD.Tests.csproj @@ -11,7 +11,7 @@ - +