From 5cabc21fea1ae97be936c4663c4b34b939d308a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=7E?= Date: Thu, 31 May 2018 09:58:52 +0800 Subject: [PATCH] update to .net core 2.1 sdk and runtime. --- example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj | 2 +- src/NETCore.Encrypt/NETCore.Encrypt.csproj | 2 +- test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj b/example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj index 69476b0..0a06ca7 100644 --- a/example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj +++ b/example/NETCore.Encrypt.Demo/NETCore.Encrypt.Demo.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + netcoreapp2.1 diff --git a/src/NETCore.Encrypt/NETCore.Encrypt.csproj b/src/NETCore.Encrypt/NETCore.Encrypt.csproj index 5fa615c..2243b91 100644 --- a/src/NETCore.Encrypt/NETCore.Encrypt.csproj +++ b/src/NETCore.Encrypt/NETCore.Encrypt.csproj @@ -21,7 +21,7 @@ - + \ No newline at end of file diff --git a/test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj b/test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj index 5af544e..5ed4244 100644 --- a/test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj +++ b/test/NETCore.Encrypt.Tests/NETCore.Encrypt.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1