Skip to content

Commit

Permalink
Update json.net and packages (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart authored and jonnii committed Jun 10, 2019
1 parent 77a2439 commit 55943dc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 30 deletions.
14 changes: 7 additions & 7 deletions src/SpeakEasy.IntegrationTests/SpeakEasy.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />

<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />

<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions src/SpeakEasy.Specifications/SpeakEasy.Specifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Machine.Specifications" Version="0.12.0" />
<PackageReference Include="Machine.Specifications.Should" Version="0.11.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.7.0" />
<PackageReference Include="Machine.Fakes.Moq" Version="2.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Machine.Specifications" Version="1.0.0" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.9.0" />
<PackageReference Include="Machine.Fakes.Moq" Version="2.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />

<ProjectReference Include="..\SpeakEasy\SpeakEasy.csproj" />
</ItemGroup>
Expand Down
11 changes: 0 additions & 11 deletions src/SpeakEasy.Specifications/app.config

This file was deleted.

2 changes: 1 addition & 1 deletion src/SpeakEasy/SpeakEasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions src/packages/repositories.config

This file was deleted.

0 comments on commit 55943dc

Please sign in to comment.