Skip to content

Commit c25f123

Browse files
committed
Made three projects packable
The projects made package are: - Robust.Client - Robust.Shared - Robust.Shared.Maths The author that made it not so is no longer here. Assuming they did it out of a lack of need, this is now enabled. The output path of the nupkg is noncomformant, but making it conform may risk far more concerning breaking changes or regressions.
1 parent e95148e commit c25f123

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

Robust.Client/Robust.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\MSBuild\Robust.Engine.props" />
33
<PropertyGroup>
4-
<IsPackable>false</IsPackable>
54
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
<OutputType>WinExe</OutputType>
76
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Robust.Shared.Maths/Robust.Shared.Maths.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\MSBuild\Robust.Engine.props" />
33
<PropertyGroup>
4-
<IsPackable>false</IsPackable>
54
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
65
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76
</PropertyGroup>

Robust.Shared/Robust.Shared.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\MSBuild\Robust.Engine.props" />
33
<PropertyGroup>
4-
<IsPackable>false</IsPackable>
54
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
65
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76
<NoWarn>CA1416</NoWarn>

0 commit comments

Comments
 (0)