Skip to content

Commit c47908c

Browse files
committed
version
1 parent 201825e commit c47908c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DiffPlex/DiffPlex.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
<PropertyGroup>
3+
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
4+
</PropertyGroup>
35
<PropertyGroup>
46
<TargetFrameworks>net35;net40;netstandard1.0</TargetFrameworks>
57
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
6-
<Version>1.4.2</Version>
8+
<Version>1.4.4</Version>
79
<Authors>Matthew Manela</Authors>
810
<Company />
911
<PackageLicenseUrl>https://github.com/mmanela/diffplex/blob/master/License.txt</PackageLicenseUrl>

0 commit comments

Comments
 (0)