cake-contrib / Cake.Transifex

Cake addin adding support for the Transifex Client
https://cake-contrib.github.io/Cake.Transifex
MIT License
1 stars 4 forks source link

travis build fails when targeting .NET Core and .NET 4.5 on MAC OSX #3

Closed AdmiringWorm closed 6 years ago

AdmiringWorm commented 7 years ago

When trying to build both .NET Core and .NET 4.5 on travis on MAC OSX the build currently fails with the following error message:

/usr/local/share/dotnet/sdk/1.0.1/Microsoft.Common.CurrentVersion.targets(1111,5): error MSB3644:
The reference assemblies for framework ".NETFramework,Version=v4.5" were not found.
To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a
version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will
 be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies.
Therefore your assembly may not be correctly targeted for the framework you intend.
[/Users/travis/build/WormieCorp/Cake.Transifex/src/Cake.Transifex/Cake.Transifex.csproj]

This is not desirable as we should build and test both .NET Core and .NET 4.5 on Linux, Mac OSX and Windows.

AdmiringWorm commented 6 years ago

Closing as we no longer will be supporting .NET Core 1.6 and .NET Framework 4.5