Skip to content

Commit

Permalink
Update Microsoft Extensions to v6.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2023
1 parent 7ee1df4 commit 193b130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.20" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.21" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Moq" Version="4.20.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.20" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.21" />
</ItemGroup>

<!-- Global usings -->
Expand Down
2 changes: 1 addition & 1 deletion template/MyServiceBroker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="OpenServiceBroker.Server" Version="0.4.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.20" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.21" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 193b130

Please sign in to comment.