From a7b5c157da399ada711f17ab178bafa0b8fedd2b Mon Sep 17 00:00:00 2001 From: RozzaysRed Date: Tue, 1 Oct 2019 19:01:41 -0400 Subject: [PATCH 1/4] Target netstandard2.0 as well as netcoreapp2.2 address #209 --- Libplanet/Libplanet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libplanet/Libplanet.csproj b/Libplanet/Libplanet.csproj index 9a9a0d9f32..f933d6a179 100644 --- a/Libplanet/Libplanet.csproj +++ b/Libplanet/Libplanet.csproj @@ -37,7 +37,7 @@ https://docs.libplanet.io/ true true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - netstandard2.0 + netstandard2.0;netcoreapp2.2 true true $(NoWarn);CS1591;NU5104;MEN001 From f1778a0484c830f0a5dbf1bb34d605a3ee63b7c7 Mon Sep 17 00:00:00 2001 From: RozzaysRed Date: Wed, 9 Oct 2019 10:11:10 -0400 Subject: [PATCH 2/4] Added target framework core2.2 change to Changes.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5b6cfd8769..9f5da2c400 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,7 @@ To be released. - Improved performance of `StoreExtension.LookupStateReference()` method. [[#447], [#545]] + - Added .Net Core 2.2 as a targeted framework. [[#561]] ### Bug fixes @@ -44,6 +45,7 @@ To be released. [#560]: https://github.com/planetarium/libplanet/pull/560 [#562]: https://github.com/planetarium/libplanet/pull/562 [#563]: https://github.com/planetarium/libplanet/pull/563 +[#561]: https://github.com/planetarium/libplanet/pull/561 Version 0.6.0 From 52999441f9fb1f8e64ea436fed15dda4d22b28dd Mon Sep 17 00:00:00 2001 From: Ryan Rowse Date: Thu, 10 Oct 2019 12:09:12 -0400 Subject: [PATCH 3/4] Update CHANGES.md Co-Authored-By: Lee Dogeon --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9f5da2c400..c88d8ed14a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,7 +24,7 @@ To be released. - Improved performance of `StoreExtension.LookupStateReference()` method. [[#447], [#545]] - - Added .Net Core 2.2 as a targeted framework. [[#561]] + - Added .NET Core 2.2 as a targeted framework. [[#209], [#561]] ### Bug fixes From 6730701bf0251b6f80a7adfb080a980f4210e53d Mon Sep 17 00:00:00 2001 From: Ryan Rowse Date: Thu, 10 Oct 2019 12:09:20 -0400 Subject: [PATCH 4/4] Update CHANGES.md Co-Authored-By: Lee Dogeon --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index c88d8ed14a..dc0a7446c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,6 +45,7 @@ To be released. [#560]: https://github.com/planetarium/libplanet/pull/560 [#562]: https://github.com/planetarium/libplanet/pull/562 [#563]: https://github.com/planetarium/libplanet/pull/563 +[#209]: https://github.com/planetarium/libplanet/issues/209 [#561]: https://github.com/planetarium/libplanet/pull/561