Skip to content

Commit

Permalink
修改错误的引用路径
Browse files Browse the repository at this point in the history
  • Loading branch information
akemimadoka committed Sep 13, 2017
1 parent 45e42eb commit 7ba763c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MineCase.Core/Minecase.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<AssemblyName>MineCase.Core</AssemblyName>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\MineCase.Nbt\MineCase.Nbt.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
Expand All @@ -25,4 +21,8 @@
<AdditionalFiles Include="..\..\build\stylecop.json" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\MineCase.Nbt\MineCase.Nbt.csproj" />
</ItemGroup>

</Project>

0 comments on commit 7ba763c

Please sign in to comment.