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

Commit

Permalink
lowered the .NET Standard version of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed May 6, 2017
1 parent 5739126 commit 9f38cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Deveel.Workflows/Deveel.Workflows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>A lightweight library for designing and executing workflows through .NET</Description>
<Copyright>2017 Deveel</Copyright>
<Authors>Antonello Provenzano</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFramework>netstandard1.5</TargetFramework>
<AssemblyName>Deveel.Workflows</AssemblyName>
<PackageId>Deveel.Workflows</PackageId>
<PackageTags>workflow;dotnet;core;activity;activities;job;graph</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion test/Deveel.Workflows.Tests/Deveel.Workflows.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<TargetFramework>netcoreapp1.1</TargetFramework>
<AssemblyName>Deveel.Workflows.Tests</AssemblyName>
<PackageId>Deveel.Workflows.Tests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down

0 comments on commit 9f38cc6

Please sign in to comment.