Skip to content

Commit

Permalink
Merge pull request #78 from bfren/v6.1.2
Browse files Browse the repository at this point in the history
v6.1.2
  • Loading branch information
bfren committed Sep 15, 2021
2 parents a84d83f + 4a7adfb commit cc770b9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
6.1.2
4 changes: 2 additions & 2 deletions apps/AppMvc/AppMvc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.10" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.5" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Jeebs.Apps.WebApps/Jeebs.Apps.WebApps.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Jeebs.Apps\Jeebs.Apps.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Jeebs.Data\Jeebs.Data.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Jeebs.Logging.Serilog/Jeebs.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.Slack" Version="2.0.3" />
<PackageReference Include="Serilog.Sinks.Slack" Version="2.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Jeebs.Config\Jeebs.Config.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Jeebs.Mvc.Auth/Jeebs.Mvc.Auth.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Jeebs.Auth.Data\Jeebs.Auth.Data.csproj">
Expand Down

0 comments on commit cc770b9

Please sign in to comment.