Skip to content

Commit

Permalink
Fixed CSharp Generators test project
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed Apr 20, 2016
1 parent 74692a0 commit 62dfbcc
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 82 deletions.

This file was deleted.

21 changes: 9 additions & 12 deletions AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@
"tags": [ "Microsoft AutoRest ClientRuntime REST" ],
"projectUrl": "https://github.com/Azure/AutoRest",
"licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE",
"commands": {
"test": "xunit.runner.dnx"
},

"testRunner": "xunit",
"frameworks": {
"dnxcore50": {
"netcoreapp1.0": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"dependencies": {
"xunit.runner.dnx": "2.1.0-rc1-build204",
"Microsoft.Rest.ClientRuntime": "",
"Microsoft.Rest.ClientRuntime.Azure": "",
"CSharp.Tests": "",
"xunit": "2.1.0"
}
"imports": ["dnxcore50", "portable-net45+win8"]
}
},
"exclude": [ "CSharpAzureCodeNamingFrameworkTests.*" ],
"dependencies": {
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"CSharp.Tests": "1.5.0",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.0,5.0.0)",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-140469-38"
}
}

This file was deleted.

26 changes: 10 additions & 16 deletions AutoRest/Generators/CSharp/CSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,22 @@
"tags": [ "Microsoft AutoRest ClientRuntime REST" ],
"projectUrl": "https://github.com/Azure/AutoRest",
"licenseUrl": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE",
"commands": {
"test": "xunit.runner.dnx"
},

"testRunner": "xunit",
"frameworks": {
"dnxcore50": {
"netcoreapp1.0": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"dependencies": {
"System.Diagnostics.Tools": "4.0.0",
"System.Net.Http": "4.0.0",
"System.Threading.Tasks": "4.0.10",
"System.Xml.ReaderWriter": "4.0.10",
"Microsoft.CSharp": "4.0.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
}
"imports": ["dnxcore50", "portable-net45+win8"]
}
},
"exclude": [ "CSharpCodeNamingFrameworkTests.*" ],
"dependencies": {
"Microsoft.Rest.ClientRuntime": "",
"System.Runtime.Serialization.Primitives": "4.0.10",
"System.Runtime.Loader": "4.0.0-beta-23409",
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"Microsoft.Rest.ClientRuntime": "[3.0.0,4.0)",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Logging.Filter": "1.0.0-*",
"xunit": "2.1.0",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
"dotnet-test-xunit": "1.0.0-dev-140469-38"
}
}
3 changes: 3 additions & 0 deletions AutoRest/Generators/CSharp/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"projects": [ "../../../ClientRuntimes/CSharp/", "Azure.CSharp.Tests", "CSharp.Tests" ]
}
File renamed without changes.

0 comments on commit 62dfbcc

Please sign in to comment.