Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from litetex/develop
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
litetex authored Nov 3, 2020
2 parents b20bdf3 + 7aadc0f commit b40772b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "03:42"
open-pull-requests-limit: 10
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
time: "03:42"
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions PullDetachedRemote.Tests/PullDetachedRemote.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
3 changes: 0 additions & 3 deletions PullDetachedRemote/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

namespace PullDetachedRemote
{
/// <summary>
/// Adapter for CoreFramework
/// </summary>
internal static class Log
{
private static string FormatForException(this string message, Exception ex)
Expand Down
4 changes: 2 additions & 2 deletions PullDetachedRemote/PullDetachedRemote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Litetex.CoreFramework.Config.Yaml" Version="2020.7.7.1732" />
<PackageReference Include="Litetex.CoreFramework.Config.Yaml" Version="2020.8.22.1043" />
<PackageReference Include="Octokit" Version="0.48.0" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
</ItemGroup>
Expand Down

0 comments on commit b40772b

Please sign in to comment.