Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
repository: bakerhillpins/neonSDK
path: './neonSDK'
ref: refs/heads/Fix_Issue#94
ref: refs/heads/Development

# Install the .NET Core workload
- name: 🤖 Install .NET Core
Expand Down
6 changes: 6 additions & 0 deletions RaspberryDebugger.sln
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neon.Cryptography", "..\neo
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neon.SSH", "..\neonSDK\Lib\Neon.SSH\Neon.SSH.csproj", "{030C5DD8-990D-0DD3-2886-02CB01C171CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci-cd.yml = .github\workflows\ci-cd.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -84,6 +89,7 @@ Global
GlobalSection(NestedProjects) = preSolution
{642CFDE5-32E6-46EB-B79E-8E380CCE0237} = {5A14B2C0-0606-433A-AE9C-9E33C7B2BA27}
{C7EA532F-BE47-4993-9599-66168340E980} = {21D869D2-B357-485A-89C0-6A18B8886432}
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {177F60A0-B1B9-45D1-9CB1-8F06A6ED2AB5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52E13CDA-74D0-400C-83D8-417CC3C113D6}
Expand Down
14 changes: 7 additions & 7 deletions RaspberryDebugger/RaspberryDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.13.40008" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" Condition="!Exists('packages.config')">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.39" Condition="!Exists('packages.config')">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" Condition="!Exists('packages.config')">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" Condition="!Exists('packages.config')">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<!--<PackageReference Include="Neon.Common">
Expand All @@ -166,19 +166,19 @@
<Version>4.0.12</Version>
</PackageReference>-->
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
<Version>13.0.4</Version>
</PackageReference>
<PackageReference Include="ObjectListView.Official">
<Version>2.9.1</Version>
</PackageReference>
<PackageReference Include="Polly">
<Version>8.5.2</Version>
<Version>8.6.5</Version>
</PackageReference>
<PackageReference Include="StreamJsonRpc">
<Version>2.21.10</Version>
<Version>2.22.23</Version>
</PackageReference>
<PackageReference Include="SSH.NET">
<Version>2024.2.0</Version>
<Version>2025.1.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Loading