From 2d22ca2422d182c357ef463743ea68471d652136 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Thu, 17 Oct 2019 14:43:58 +0000 Subject: [PATCH] Support for 3.1.0-preview1 --- Directory.Build.props | 2 +- src/Egil.RazorComponents.Testing.Library.csproj | 2 +- tests/Egil.RazorComponents.Testing.Library.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a23c398d8..b344bd824 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 3.0.0 + 3.1.0-preview1.19508.20 \ No newline at end of file diff --git a/src/Egil.RazorComponents.Testing.Library.csproj b/src/Egil.RazorComponents.Testing.Library.csproj index 476359f05..2a055dc9c 100644 --- a/src/Egil.RazorComponents.Testing.Library.csproj +++ b/src/Egil.RazorComponents.Testing.Library.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Egil.RazorComponents.Testing.Library.Tests.csproj b/tests/Egil.RazorComponents.Testing.Library.Tests.csproj index f471ae86d..49cffc0b7 100644 --- a/tests/Egil.RazorComponents.Testing.Library.Tests.csproj +++ b/tests/Egil.RazorComponents.Testing.Library.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + netcoreapp3.1 3.0 false 8.0