Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ed53749d37c9835c94da17f3cda7b928f05e24bb
Merge: 0bcd4d2 c7b135a
Author: Giulio Vian <[email protected]>
Date:   Tue Aug 4 19:45:17 2020 +0200

    Merge remote-tracking branch 'origin/dependabot/nuget/src/Microsoft.AspNetCore.DataProtection-3.1.6' into dep

commit 0bcd4d2d656dde4009054bd82798ee0948b57bd1
Merge: 9afbbc5 81ddcb1
Author: Giulio Vian <[email protected]>
Date:   Tue Aug 4 19:45:11 2020 +0200

    Merge remote-tracking branch 'origin/dependabot/nuget/src/Microsoft.Azure.Management.ResourceManager.Fluent-1.34.0' into dep

commit 9afbbc5804a8505ae6ebbf118351d62b6baac13c
Merge: ae54421 71184e8
Author: Giulio Vian <[email protected]>
Date:   Tue Aug 4 19:45:05 2020 +0200

    Merge remote-tracking branch 'origin/dependabot/nuget/src/Microsoft.Azure.WebJobs-3.0.16' into dep

commit ae54421758607e317ad21b893b5f8bbd9bc700c2
Merge: ce4866e a8cf676
Author: Giulio Vian <[email protected]>
Date:   Tue Aug 4 19:44:45 2020 +0200

    Merge remote-tracking branch 'origin/dependabot/nuget/src/coverlet.collector-1.3.0' into dep

commit c7b135a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 4 16:39:46 2020 +0000

    Bump Microsoft.AspNetCore.DataProtection from 3.1.0 to 3.1.6 in /src

    Bumps [Microsoft.AspNetCore.DataProtection](https://github.com/aspnet/AspNetCore) from 3.1.0 to 3.1.6.
    - [Release notes](https://github.com/aspnet/AspNetCore/releases)
    - [Commits](dotnet/aspnetcore@v3.1.0...v3.1.6)

    Signed-off-by: dependabot[bot] <[email protected]>

commit 81ddcb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 4 16:39:44 2020 +0000

    Bump Microsoft.Azure.Management.ResourceManager.Fluent in /src

    Bumps [Microsoft.Azure.Management.ResourceManager.Fluent](https://github.com/Azure/azure-libraries-for-net) from 1.29.1 to 1.34.0.
    - [Release notes](https://github.com/Azure/azure-libraries-for-net/releases)
    - [Commits](Azure/azure-libraries-for-net@Fluent-v1.29.1...Fluent-v1.34.0)

    Signed-off-by: dependabot[bot] <[email protected]>

commit 71184e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 4 16:39:43 2020 +0000

    Bump Microsoft.Azure.WebJobs from 3.0.14 to 3.0.16 in /src

    Bumps [Microsoft.Azure.WebJobs](https://github.com/Azure/azure-webjobs-sdk) from 3.0.14 to 3.0.16.
    - [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases)
    - [Commits](Azure/azure-webjobs-sdk@v3.0.14...v3.0.16)

    Signed-off-by: dependabot[bot] <[email protected]>

commit ce4866e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 4 16:39:40 2020 +0000

    Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3 in /src

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.3.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.3)

    Signed-off-by: dependabot[bot] <[email protected]>

commit a8cf676
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 4 16:39:40 2020 +0000

    Bump coverlet.collector from 1.1.0 to 1.3.0 in /src

    Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.1.0 to 1.3.0.
    - [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
    - [Commits](https://github.com/coverlet-coverage/coverlet/commits)

    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
giuliov committed Aug 4, 2020
1 parent c8217d6 commit acf8866
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/aggregator-cli/aggregator-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.14.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="3.1.6" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.29.1" />
<PackageReference Include="Microsoft.Azure.Management.ResourceManager.Fluent" Version="1.29.1" />
<PackageReference Include="Microsoft.Azure.Management.ResourceManager.Fluent" Version="1.34.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
<PackageReference Include="Microsoft.TeamFoundationServer.Client" Version="16.153.0" />
<PackageReference Include="Microsoft.VisualStudio.Services.Client" Version="16.153.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/aggregator-function/aggregator-function.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.14" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.16" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/integrationtests-cli/integrationtests-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/unittests-core/unittests-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
<PackageReference Include="semver" Version="2.0.5" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/unittests-function/unittests-function.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.11" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.1.0">
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/unittests-ruleng/unittests-ruleng.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.11" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit acf8866

Please sign in to comment.