From 5fc5386bd9c00bb89649517eda5f359f85b3dbb8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:57:21 -0700 Subject: [PATCH] Target 5.0 to fix build --- Directory.Build.props | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fe43161d7..02487bf33 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ true true - netcoreapp3.1 + netcoreapp5.0 NU5125;NU5105;NU1701 diff --git a/global.json b/global.json index b9160312f..e4f0b955b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.100-preview1-014459" + "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3"