Forum member

osoykan

4 posts

Posts by osoykan

  1. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    Yes, I have the same error, too. [quote=DavidArnoDandG;10986]If it helps, I have a solution at https://github.com/DavidArno/Standard.Abstractions that has such problems (though may not be directly related to the OP's issue). Using VS2017 Update 3, netstandard 2.0 and .NET Core 2.0 RTW's (all u…

  2. VS2017 Custom.After.Microsoft.Common.targets was not found

    [quote=Remco;9975]Try the following: 1. Browse to the following directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\v15.0\ 2. Create a file in this directory with the name: Custom.After.Microsoft.Common.targets 3. Inside this file, add the following: <Project xm…

  3. VS2017 Custom.After.Microsoft.Common.targets was not found

    [quote=Remco;9973]Hi, thanks for sharing this problem. Can you confirm that you're using the latest version of VS2017? Do you experience this for all projects on your system? Or just a specific solution? (i.e. if you create a dummy project out of one of the default VS templates and try to bui…

  4. VS2017 Custom.After.Microsoft.Common.targets was not found

    After v3.6 upgrade, I've encountered this error on my project: VS2017 new solution format. [quote]ncrunch.build.targets (4, 3): The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\v15.0\Custom.After.Microsoft.Common.targets" was not found. Confirm that …