Skip to content

Commit

Permalink
Merge pull request #77 from RocketSurgeonsGuild/dependabot/nuget/mast…
Browse files Browse the repository at this point in the history
…er/Rocket.Surgery.Hosting-9.0.5

Bump Rocket.Surgery.Hosting from 9.0.4 to 9.0.5
  • Loading branch information
david-driscoll authored Oct 23, 2019
2 parents 76b085b + 24d6cad commit d1f2e1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/Api/Rocket.Surgery.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<!--#if (!no-mediatr) -->
<PackageReference Include="Rocket.Surgery.Extensions.MediatR" Version="7.0.1" />
<!-- #endif -->
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.4" />
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.5" />
<!--#if (autofac) -->
<PackageReference Include="Rocket.Surgery.Hosting.Autofac" Version="7.0.1" />
<!-- #endif -->
Expand Down
2 changes: 1 addition & 1 deletion templates/Cli/Rocket.Surgery.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!--#if (!no-serilog) -->
<PackageReference Include="Rocket.Surgery.Extensions.Serilog" Version="10.0.1" />
<!-- #endif -->
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.4" />
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.5" />
<!--#if (autofac) -->
<PackageReference Include="Rocket.Surgery.Hosting.Autofac" Version="7.0.1" />
<!-- #endif -->
Expand Down
2 changes: 1 addition & 1 deletion templates/GenericHost/Rocket.Surgery.GenericHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!--#if (!no-serilog) -->
<PackageReference Include="Rocket.Surgery.Extensions.Serilog" Version="10.0.1" />
<!-- #endif -->
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.4" />
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.5" />
<!--#if (autofac) -->
<PackageReference Include="Rocket.Surgery.Hosting.Autofac" Version="7.0.1" />
<!-- #endif -->
Expand Down
2 changes: 1 addition & 1 deletion templates/Web/Rocket.Surgery.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!--#if (!no-mediatr) -->
<PackageReference Include="Rocket.Surgery.Extensions.MediatR" Version="7.0.1" />
<!-- #endif -->
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.4" />
<PackageReference Include="Rocket.Surgery.Hosting" Version="9.0.5" />
<!--#if (autofac) -->
<PackageReference Include="Rocket.Surgery.Hosting.Autofac" Version="7.0.1" />
<!-- #endif -->
Expand Down

0 comments on commit d1f2e1b

Please sign in to comment.