Moving TestAsset project from netstandard1.5 to 1.6.
This commit is contained in:
parent
ea8ae8d1c7
commit
3e77d1a2d8
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
"dotnet-desktop-and-portable": "1.0.0-*"
|
"dotnet-desktop-and-portable": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandard1.5": {
|
"netstandard1.6": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.6.0-rc3-24204-00"
|
"NETStandard.Library": "1.6.0-rc3-24204-00"
|
||||||
},
|
},
|
||||||
|
|
|
@ -40,7 +40,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
var projectOutputPath = $"LibraryWithDirectDependencyDesktopAndPortable\\bin\\Debug\\net451\\dotnet-desktop-and-portable.exe";
|
var projectOutputPath = $"LibraryWithDirectDependencyDesktopAndPortable\\bin\\Debug\\net451\\dotnet-desktop-and-portable.exe";
|
||||||
return new[]
|
return new[]
|
||||||
{
|
{
|
||||||
new object[] { ".NETStandard,Version=v1.5", "CoreFX", "lib\\netstandard1.5\\dotnet-desktop-and-portable.dll", true },
|
new object[] { ".NETStandard,Version=v1.6", "CoreFX", "lib\\netstandard1.6\\dotnet-desktop-and-portable.dll", true },
|
||||||
new object[] { ".NETFramework,Version=v4.5.1", "NetFX", projectOutputPath, true }
|
new object[] { ".NETFramework,Version=v4.5.1", "NetFX", projectOutputPath, true }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue