Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
5061b29
Bump Microsoft.EntityFrameworkCore.Tools from 3.1.2 to 3.1.3
dependabot-preview[bot] Mar 25, 2020
bdd7cda
Bump MSTest.TestAdapter from 2.1.0 to 2.1.1
dependabot-preview[bot] Apr 1, 2020
73a3cda
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design
dependabot-preview[bot] Apr 3, 2020
048604c
Merge pull request #42 from Codebytes/dependabot/nuget/Microsoft.Visu…
codebytes Apr 5, 2020
cd2697a
Bump Microsoft.Extensions.Configuration.Abstractions from 3.1.2 to 3.1.3
dependabot-preview[bot] Apr 5, 2020
ce7599e
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.2 to 3.1.3
dependabot-preview[bot] Apr 5, 2020
d70cc35
Merge pull request #41 from Codebytes/dependabot/nuget/MSTest.TestAda…
codebytes Apr 5, 2020
c500107
Merge pull request #35 from Codebytes/dependabot/nuget/Microsoft.Exte…
codebytes Apr 5, 2020
9ec5272
Bump MSTest.TestFramework from 2.1.0 to 2.1.1
dependabot-preview[bot] Apr 5, 2020
bf2660d
Merge pull request #38 from Codebytes/dependabot/nuget/Microsoft.AspN…
codebytes Apr 5, 2020
6ae55d1
Bump Microsoft.Extensions.Logging.Debug from 3.1.2 to 3.1.3
dependabot-preview[bot] Apr 5, 2020
f32f05b
Merge pull request #40 from Codebytes/dependabot/nuget/MSTest.TestFra…
codebytes Apr 5, 2020
a153f4b
Merge pull request #37 from Codebytes/dependabot/nuget/Microsoft.Exte…
codebytes Apr 5, 2020
88ace9d
Bump Microsoft.EntityFrameworkCore.Tools from 3.1.2 to 3.1.3
dependabot-preview[bot] Mar 25, 2020
c8d7f1a
Merge branch 'dependabot/nuget/Microsoft.EntityFrameworkCore.Tools-3.…
codebytes Apr 5, 2020
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
4 changes: 2 additions & 2 deletions DIDemo.Services.Tests/DIDemo.Services.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions DIDemo/DIDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.2">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
</ItemGroup>


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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down