Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 9f38cc6

Browse files
committed
lowered the .NET Standard version of the project
1 parent 5739126 commit 9f38cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Deveel.Workflows/Deveel.Workflows.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>A lightweight library for designing and executing workflows through .NET</Description>
55
<Copyright>2017 Deveel</Copyright>
66
<Authors>Antonello Provenzano</Authors>
7-
<TargetFramework>netstandard1.6</TargetFramework>
7+
<TargetFramework>netstandard1.5</TargetFramework>
88
<AssemblyName>Deveel.Workflows</AssemblyName>
99
<PackageId>Deveel.Workflows</PackageId>
1010
<PackageTags>workflow;dotnet;core;activity;activities;job;graph</PackageTags>

test/Deveel.Workflows.Tests/Deveel.Workflows.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp1.0</TargetFramework>
4+
<TargetFramework>netcoreapp1.1</TargetFramework>
55
<AssemblyName>Deveel.Workflows.Tests</AssemblyName>
66
<PackageId>Deveel.Workflows.Tests</PackageId>
77
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>

0 commit comments

Comments
 (0)