Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 4d6500c

Browse files
committed
Fixed project.json casing
1 parent 5af3255 commit 4d6500c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.Framework.Logging/Microsoft.Framework.Logging.kproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
@@ -17,7 +17,7 @@
1717
<SchemaVersion>2.0</SchemaVersion>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<Content Include="Project.json" />
20+
<Content Include="project.json" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Compile Include="DiagnosticsLogger.cs" />
@@ -28,4 +28,4 @@
2828
<Compile Include="TraceType.cs" />
2929
</ItemGroup>
3030
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
31-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)