-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Hi,
I retrieve the solution and try to compile it but I encounter the following errors :
1)
MSB4019 The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" is correct, and that the file exists on disk. Standard.Licensing C:\Program Files\dotnet\sdk\3.1.101\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.targets 37
=> I had to change the TargetFramework from this to this but don't think it's the right solution
Before : <TargetFrameworks>netstandard2.0;netstandard1.3;netstandard1.0;net45;net40;portable-net45+win8+wpa81+wp8;portable-net403+sl50+win8+wp8;</TargetFrameworks>-->
After :: <TargetFrameworks>netstandard2.0;netstandard1.3;netstandard1.0;net45;net40;</TargetFrameworks>
-
The Standard.Licensing.Tests project wasn't in the solution.
=> I add it and add the following nuget packages :System.Xml.Linq, System.Xml.ReaderWriter, NUnit
-
After that, the Standard.Licensing.Tests project compile but no test is runned
Is there a chance you can help me on these points?
Metadata
Metadata
Assignees
Labels
No labels