Repository: reef Updated Branches: refs/heads/master 1312c8db5 -> 0b45b14ac
[REEF-1853] Add netcoreapp2.0 to target framework for Org.Apache.Utilities This addressed the issue by adding netcoreapp2.0 to csproj file JIRA: Â Â [REEF-1853](https://issues.apache.org/jira/browse/REEF-1853) Â Pull request: Â Â This closes #1354 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/0b45b14a Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/0b45b14a Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/0b45b14a Branch: refs/heads/master Commit: 0b45b14acf98d3c28b330a41c7eb9e6921bf7a08 Parents: 1312c8d Author: Ivanidze <[email protected]> Authored: Mon Aug 7 12:21:30 2017 -0700 Committer: Sergiy Matusevych <[email protected]> Committed: Mon Aug 7 14:59:28 2017 -0700 ---------------------------------------------------------------------- .../Org.Apache.REEF.Utilities.DotNet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/0b45b14a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj index 4d2dd35..2a65732 100644 --- a/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj +++ b/lang/cs/Org.Apache.REEF.Utilities/Org.Apache.REEF.Utilities.DotNet.csproj @@ -19,7 +19,7 @@ under the License. <AssemblyName>Org.Apache.REEF.Utilities</AssemblyName> <Description>Common utilities such as logging shared across REEF/Wake/Tang</Description> <PackageTags>Apache REEF REEF/Wake/Tang common utilities</PackageTags> - <TargetFrameworks>netstandard2.0;net46;net451</TargetFrameworks> + <TargetFrameworks>netstandard2.0;netcoreapp2.0;net46;net451</TargetFrameworks> </PropertyGroup> <Import Project="..\build.DotNet.props" /> <ItemGroup>
