From 9d4381de08c8236b8e2477a5774cb865a6ed6148 Mon Sep 17 00:00:00 2001 From: Cristi Pufu Date: Mon, 26 Oct 2020 21:49:35 +0200 Subject: [PATCH] Update packages to latest version --- src/AspNetCoreRateLimit/AspNetCoreRateLimit.csproj | 8 ++++---- .../AspNetCoreRateLimit.Demo.csproj | 4 ++-- .../AspNetCoreRateLimit.Tests.csproj | 11 ++++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/AspNetCoreRateLimit/AspNetCoreRateLimit.csproj b/src/AspNetCoreRateLimit/AspNetCoreRateLimit.csproj index cb0e7953..07524324 100644 --- a/src/AspNetCoreRateLimit/AspNetCoreRateLimit.csproj +++ b/src/AspNetCoreRateLimit/AspNetCoreRateLimit.csproj @@ -20,10 +20,10 @@ - - - - + + + + diff --git a/test/AspNetCoreRateLimit.Demo/AspNetCoreRateLimit.Demo.csproj b/test/AspNetCoreRateLimit.Demo/AspNetCoreRateLimit.Demo.csproj index fc107b5d..1c45261e 100755 --- a/test/AspNetCoreRateLimit.Demo/AspNetCoreRateLimit.Demo.csproj +++ b/test/AspNetCoreRateLimit.Demo/AspNetCoreRateLimit.Demo.csproj @@ -1,7 +1,7 @@ - netcoreapp3.0 + netcoreapp3.1 true true 7.3 @@ -9,7 +9,7 @@ - + diff --git a/test/AspNetCoreRateLimit.Tests/AspNetCoreRateLimit.Tests.csproj b/test/AspNetCoreRateLimit.Tests/AspNetCoreRateLimit.Tests.csproj index 019c4d4c..f65a37f2 100755 --- a/test/AspNetCoreRateLimit.Tests/AspNetCoreRateLimit.Tests.csproj +++ b/test/AspNetCoreRateLimit.Tests/AspNetCoreRateLimit.Tests.csproj @@ -1,8 +1,8 @@  - Exe - netcoreapp3.0 + Library + netcoreapp3.1 true true 7.3 @@ -14,10 +14,11 @@ - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive