aspnetcore/test/Microsoft.AspNet.Razor.Test
Doug Bunting 42552c982d Quick fix: Remove project.json warning
- `resources` -> `resource`

Example warning during `dnu build --quiet`:
```
...\test\Microsoft.AspNet.Razor.Test\project.json(3,34): warning: Property "resources" is deprecated. It is replaced by "resource".
```
Primarily resulted in VS Error List noise. Above does not normally show up in
`build.cmd` runs because `dnx . test` does not show build warnings.
2015-05-05 16:07:24 -07:00
..
Editor Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Framework Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Generator Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Parser Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TagHelpers Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
TestFiles Remove layout directive. 2015-04-27 14:48:53 -07:00
Text Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Tokenizer Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Utils Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
CSharpRazorCodeLanguageTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorEngineHostTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorErrorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
RazorTemplateEngineTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
SourceLocationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
StringTextBuffer.cs Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
project.json Quick fix: Remove project.json warning 2015-05-05 16:07:24 -07:00