|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;net452</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> |
5 | 5 | <Authors>Steve Shortt</Authors> |
6 | 6 | <Description>Synapse.Core supports integration for building/executing Synapse Plans. This is the signed version of the package.</Description> |
7 | 7 | <Copyright>Copyright © Steve Shortt, 2016 - 2019</Copyright> |
|
10 | 10 | <PackageIconUrl>https://raw.githubusercontent.com/SynapseProject/synapseproject.github.io/master/images/synapse_logo_64x64.png</PackageIconUrl> |
11 | 11 | <RepositoryUrl>https://github.com/SynapseProject/synapse.core.net</RepositoryUrl> |
12 | 12 | <PackageTags>Workflow Execute Process</PackageTags> |
13 | | - <PackageReleaseNotes>1.0.18344.0: Bug fixes to Plan execution concurrency; added .netstandard2.0 to package |
| 13 | + <PackageReleaseNotes>1.0.18345.0: Upgrade to net461 |
| 14 | +1.0.18344.0: Bug fixes to Plan execution concurrency; added .netstandard2.0 to package |
14 | 15 | 1.0.18291.0: Updated Yamldotnet to 5.2.1 |
15 | 16 | 1.0.18258.1: Bug fixes for Dynamic parms merge and StartInfo encrypted values (#92, #93, #94), added support for DynamicValue--&gt;DefaultValue (#95) and exposed PlanStartInfo in global vars (#86).</PackageReleaseNotes> |
16 | 17 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
17 | 18 |
|
18 | 19 | <AssemblyVersion>1.0.0.0</AssemblyVersion> |
19 | | - <FileVersion>1.0.18344.0</FileVersion> |
20 | | - <Version>1.0.18344.0</Version> |
| 20 | + <FileVersion>1.0.18345.0</FileVersion> |
| 21 | + <Version>1.0.18345.0</Version> |
21 | 22 | <SignAssembly>true</SignAssembly> |
22 | 23 | <AssemblyOriginatorKeyFile>Synapse.Core.snk</AssemblyOriginatorKeyFile> |
23 | 24 | <DelaySign>false</DelaySign> |
|
26 | 27 | </PropertyGroup> |
27 | 28 |
|
28 | 29 | <!-- Conditionally obtain references for the .NET Framework 4.5 target --> |
29 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net452' "> |
| 30 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
30 | 31 | <Reference Include="System.Net.Http" /> |
31 | 32 | <Reference Include="System.Threading.Tasks" /> |
32 | 33 | </ItemGroup> |
|
0 commit comments