Skip to content

Commit

Permalink
Accidental package/csproj changes rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzarek committed Dec 30, 2023
1 parent d4b9661 commit 4bdc3d7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions NebulaPatcher/NebulaPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NebulaModel\NebulaModel.csproj" SpecificVersion="true" />
<ProjectReference Include="..\NebulaAPI\NebulaAPI.csproj" Private="false" />
<ProjectReference Include="..\NebulaNetwork\NebulaNetwork.csproj" />
<ProjectReference Include="..\NebulaWorld\NebulaWorld.csproj" SpecificVersion="true" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="DysonSphereProgram.GameLibs" Version="0.10.28.21172-r.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
<ProjectReference Include="..\NebulaModel\NebulaModel.csproj" SpecificVersion="true"/>
<ProjectReference Include="..\NebulaAPI\NebulaAPI.csproj" Private="false"/>
<ProjectReference Include="..\NebulaNetwork\NebulaNetwork.csproj"/>
<ProjectReference Include="..\NebulaWorld\NebulaWorld.csproj" SpecificVersion="true"/>
</ItemGroup>
</Project>

0 comments on commit 4bdc3d7

Please sign in to comment.