Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Moving TestAsset project from netstandard1.5 to 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Jun 5, 2016
1 parent ea8ae8d commit 3e77d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dotnet-desktop-and-portable": "1.0.0-*"
},
"frameworks": {
"netstandard1.5": {
"netstandard1.6": {
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24204-00"
},
Expand Down
2 changes: 1 addition & 1 deletion test/dotnet.Tests/PackagedCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static IEnumerable<object[]> LibraryDependencyToolArguments
var projectOutputPath = $"LibraryWithDirectDependencyDesktopAndPortable\\bin\\Debug\\net451\\dotnet-desktop-and-portable.exe";
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 }
};
}
Expand Down

0 comments on commit 3e77d1a

Please sign in to comment.