Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jun 19, 2019
1 parent 201825e commit c47908c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DiffPlex/DiffPlex.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard1.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.4.2</Version>
<Version>1.4.4</Version>
<Authors>Matthew Manela</Authors>
<Company />
<PackageLicenseUrl>https://github.com/mmanela/diffplex/blob/master/License.txt</PackageLicenseUrl>
Expand Down

0 comments on commit c47908c

Please sign in to comment.