Skip to content

Commit

Permalink
Updated Deps & OAuth2 to fix Github OAuth deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Oct 12, 2020
1 parent 1c610f3 commit 642efb5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ k8s/ex-prod\.diff
k8s/ex-prod\.yaml
*secrets*
k8s/ex-*-snapshots.yaml
node_modules
4 changes: 2 additions & 2 deletions src/Exceptionless.Core/Exceptionless.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Foundatio.Extensions.Hosting" Version="10.0.0" />
<PackageReference Include="Foundatio.JsonNet" Version="10.0.0" />
<PackageReference Include="NEST.JsonNetSerializer" Version="7.9.0" />
<PackageReference Include="Handlebars.Net" Version="1.10.1" />
<PackageReference Include="Handlebars.Net" Version="1.11.5" />
<PackageReference Include="McSherry.SemanticVersioning" Version="1.4.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0-rc.1.20451.14" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.0-rc.1.*" />
Expand All @@ -36,7 +36,7 @@
<PackageReference Include="System.DirectoryServices" Version="4.7.0" />
<PackageReference Include="UAParser" Version="3.1.44" />

<PackageReference Include="Foundatio.Repositories.Elasticsearch" Version="7.9.0" Condition="'$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
<PackageReference Include="Foundatio.Repositories.Elasticsearch" Version="7.9.2" Condition="'$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio.Repositories\src\Foundatio.Repositories.Elasticsearch\Foundatio.Repositories.Elasticsearch.csproj" Condition="'$(ReferenceFoundatioRepositoriesSource)' == 'true'" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Exceptionless.Job/Exceptionless.Job.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Exceptionless.AspNetCore" Version="4.4.2-alpha.0.8" />
<PackageReference Include="Exceptionless.AspNetCore" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.0-rc.1.*" />
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="App.Metrics.AspNetCore" Version="4.1.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/Exceptionless.Web/Exceptionless.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="App.Metrics.AspNetCore" Version="4.1.0" />
<PackageReference Include="Exceptionless.AspNetCore" Version="4.4.2-alpha.0.8" />
<PackageReference Include="Exceptionless.AspNetCore" Version="4.5.0" />
<PackageReference Include="Joonasw.AspNetCore.SecurityHeaders" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0-rc.1.*" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.0-rc.1.*" />
<PackageReference Include="NEST.JsonNetSerializer" Version="7.9.0" />
<PackageReference Include="OAuth2" Version="0.10.0" />
<PackageReference Include="OAuth2" Version="0.10.1" />
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Exceptionless.Insulation\Exceptionless.Insulation.csproj" />
Expand Down

0 comments on commit 642efb5

Please sign in to comment.