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 2be3a6d commit cfaaad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/MineCase.Protocol/MineCase.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

</Project>
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 cfaaad2

Please sign in to comment.