Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions HarmonyCore.CliTool/HarmonyCore.CliTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
<ToolCommandName>harmonycore</ToolCommandName>
<PackageId>Harmony.Core.CliTool</PackageId>
<PackageVersion>3.1.25</PackageVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.7.82" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down
8 changes: 8 additions & 0 deletions HarmonyCoreEF/HarmonyCoreEF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup Label="Globals">
<ProjectGuid>44ef405f-6562-4542-aff6-0e4de1a7876b</ProjectGuid>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<MinClientVersion>3.6</MinClientVersion>
Expand Down
8 changes: 8 additions & 0 deletions SSHTransfer/SSHTransfer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<ApplicationIcon />
<StartupObject />
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="SSH.NET" Version="2016.1.0" />
</ItemGroup>
Expand Down