This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tools": { | |
"BundlerMinifier.Core": "2.0.238", | |
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", | |
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", | |
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tools": { | |
"BundlerMinifier.Core": "2.0.238", | |
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", | |
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", | |
"Microsoft.DotNet.Watcher.Tools": { | |
"version": "1.0.0-preview2-final", | |
"imports": "portable-net451+win8" | |
} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string userName = "Eduardo José"; | |
userName.Should().Be("Eduardo Guilarducci", "thats my real name :)"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dependencies": { | |
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |
"xunit": "2.2.0-beta2-build3300", | |
"FluentAssertions": "4.9.1" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"frameworks": { | |
"netcoreapp1.0": { | |
"imports": [ | |
"dotnet5.6", | |
"dnxcore50", | |
"portable-net45+win8" | |
], | |
"dependencies": { | |
"Microsoft.NETCore.App": { | |
"type": "platform", |
OlderNewer