Skip to content

Commit

Permalink
Fixed CosmosGraphicSubsystem.csproj references.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jun 7, 2018
1 parent b77c09b commit 91161a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Demos/CosmosGraphicSubsystem/CosmosGraphicSubsystem.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand Down Expand Up @@ -71,8 +71,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cosmos.Build" Version="2018.3.26" NoWarn="NU1604" />
<PackageReference Include="Cosmos.System2" Version="2018.3.26" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System2\Cosmos.System2.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cosmos.Build" Version="*" NoWarn="NU1604" />
</ItemGroup>

</Project>

0 comments on commit 91161a2

Please sign in to comment.