Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 7, 2018
1 parent 5dcbcef commit 6e21bbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/HelloSignalR/HelloSignalR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.10.55" />
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="9.10.55" />
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.10.72" />
<PackageReference Include="NJsonSchema.CodeGeneration.TypeScript" Version="9.10.72" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SigSpec.CodeGeneration/SigSpec.CodeGeneration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.10.55" />
<PackageReference Include="NJsonSchema.CodeGeneration" Version="9.10.72" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SigSpec.Core/SigSpec.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NJsonSchema" Version="9.10.55" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
<PackageReference Include="NJsonSchema" Version="9.10.72" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.3" />
</ItemGroup>

</Project>

0 comments on commit 6e21bbc

Please sign in to comment.