We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201825e commit c47908cCopy full SHA for c47908c
DiffPlex/DiffPlex.csproj
@@ -1,9 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
-
+ <PropertyGroup>
3
+ <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
4
+ </PropertyGroup>
5
<PropertyGroup>
6
<TargetFrameworks>net35;net40;netstandard1.0</TargetFrameworks>
7
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <Version>1.4.2</Version>
8
+ <Version>1.4.4</Version>
9
<Authors>Matthew Manela</Authors>
10
<Company />
11
<PackageLicenseUrl>https://github.com/mmanela/diffplex/blob/master/License.txt</PackageLicenseUrl>
0 commit comments