Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jan 15, 2021
1 parent d434f9e commit 0e98478
Show file tree
Hide file tree
Showing 16 changed files with 1,216 additions and 708 deletions.
22 changes: 11 additions & 11 deletions Agent/Agent.csproj
Expand Up @@ -27,21 +27,21 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.1" />
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.1.0" />
<PackageReference Include="Microsoft.PowerShell.Commands.Management" Version="7.1.0" />
<PackageReference Include="Microsoft.PowerShell.Commands.Utility" Version="7.1.0" />
<PackageReference Include="Microsoft.PowerShell.CoreCLR.Eventing" Version="7.1.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.1.0" />
<PackageReference Include="Microsoft.PowerShell.Security" Version="7.1.0" />
<PackageReference Include="Microsoft.WSMan.Management" Version="7.1.0" />
<PackageReference Include="Microsoft.WSMan.Runtime" Version="7.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.2" />
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.1.1" />
<PackageReference Include="Microsoft.PowerShell.Commands.Management" Version="7.1.1" />
<PackageReference Include="Microsoft.PowerShell.Commands.Utility" Version="7.1.1" />
<PackageReference Include="Microsoft.PowerShell.CoreCLR.Eventing" Version="7.1.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.1.1" />
<PackageReference Include="Microsoft.PowerShell.Security" Version="7.1.1" />
<PackageReference Include="Microsoft.WSMan.Management" Version="7.1.1" />
<PackageReference Include="Microsoft.WSMan.Runtime" Version="7.1.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="System.Management.Automation" Version="7.1.0" />
<PackageReference Include="System.Management.Automation" Version="7.1.1" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Desktop.Core/Desktop.Core.csproj
Expand Up @@ -32,8 +32,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
Expand Down
14 changes: 7 additions & 7 deletions Server/Server.csproj
Expand Up @@ -28,13 +28,13 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.1">
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
38 changes: 19 additions & 19 deletions Server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Server/package.json
Expand Up @@ -3,15 +3,15 @@
"name": "asp.net",
"private": true,
"devDependencies": {
"@types/bootstrap": "^4.5.0",
"@types/jquery": "^3.5.4"
"@types/bootstrap": "^4.5.1",
"@types/jquery": "^3.5.5"
},
"dependencies": {
"@microsoft/signalr": "^5.0.0",
"@microsoft/signalr-protocol-msgpack": "^5.0.0",
"msgpack5": "^4.2.1",
"typescript": "^4.0.5",
"@microsoft/signalr": "^5.0.2",
"@microsoft/signalr-protocol-msgpack": "^5.0.2",
"@msgpack/msgpack": "^2.3.0",
"jquery": "^3.5.1"
"jquery": "^3.5.1",
"msgpack5": "^4.5.0",
"typescript": "^4.1.3"
}
}

0 comments on commit 0e98478

Please sign in to comment.