Fixed project.json casing

This commit is contained in:
David Fowler 2014-06-08 23:39:09 -07:00
parent 75d0b29954
commit ad738561af
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="Project.json" /> <Content Include="project.json" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Http\CallContext.cs" /> <Compile Include="Http\CallContext.cs" />

View File

@ -23,7 +23,7 @@
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="Project.json" /> <Content Include="project.json" />
<Content Include="libuv.dll" /> <Content Include="libuv.dll" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>