Skip to content

Commit f72f50e

Browse files
committed
Travis Tweaking
* Apparently mono and xbuild don't like .NET 4.5.2 /usr/lib/mono/xbuild/12.0/bin/Microsoft.Common.targets: warning : TargetFrameworkVersion 'v4.5.2' not supported by this toolset (ToolsVersion: 12.0). * Reverting to v4.5
1 parent 46e00b0 commit f72f50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PreBuildEvent />
1818
<PostBuildEvent />
1919
<DocumentationFile>..\bin\ICSharpCode.SharpZipLib.xml</DocumentationFile>
20-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
20+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2121
<TargetFrameworkProfile />
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

0 commit comments

Comments
 (0)