Skip to content

Commit 7e39f3a

Browse files
Bump the dotnet group across 1 directory with 7 updates
Bumps the dotnet group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Pathological.ProjectSystem](https://github.com/IEvangelist/pathological.globbing) | `8.0.2` | `8.0.4` | | [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) | `4.4.0` | `4.4.1` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.2` | `6.7.0` | | [Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker) | `1.22.0` | `1.23.0` | | [Microsoft.Azure.Functions.Worker.ApplicationInsights](https://github.com/Azure/azure-functions-dotnet-worker) | `1.2.0` | `1.3.0` | | [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) | `1.17.3` | `1.17.4` | | [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.3.0` | `16.0.0` | Updates `Pathological.ProjectSystem` from 8.0.2 to 8.0.4 - [Release notes](https://github.com/IEvangelist/pathological.globbing/releases) - [Commits](IEvangelist/pathological.globbing@8.0.2...8.0.4) Updates `Microsoft.NET.Sdk.Functions` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases) - [Commits](Azure/azure-functions-vs-build-sdk@4.4.0...4.4.1) Updates `Swashbuckle.AspNetCore` from 6.6.2 to 6.7.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0) Updates `Microsoft.Azure.Functions.Worker` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits) Updates `Microsoft.Azure.Functions.Worker.ApplicationInsights` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@tables-extension-1.2.0...1.3.0) Updates `Microsoft.Azure.Functions.Worker.Sdk` from 1.17.3 to 1.17.4 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@sdk-1.17.3...sdk-1.17.4) Updates `YamlDotNet` from 15.3.0 to 16.0.0 - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v15.3.0...v16.0.0) --- updated-dependencies: - dependency-name: Pathological.ProjectSystem dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.NET.Sdk.Functions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Azure.Functions.Worker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Azure.Functions.Worker.ApplicationInsights dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Azure.Functions.Worker.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68f2cbf commit 7e39f3a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

GitHub.RepositoryExplorer.Functions/GitHub.RepositoryExplorer.Functions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="IEvangelist.Azure.CosmosRepository" Version="8.1.7" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
12-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
12+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.1" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1414
</ItemGroup>
1515

GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
1010
<PackageReference Include="IEvangelist.Azure.CosmosRepository" Version="8.1.7" />
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
12-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<ProjectReference Include="..\GitHub.RepositoryExplorer.Services\GitHub.RepositoryExplorer.Services.csproj" />

RepoMan/RepoMan.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<FrameworkReference Include="Microsoft.AspNetCore.App" />
16-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
16+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0" />
20-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.3" />
21-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.2.0" />
20+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" />
21+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.3.0" />
2222
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
2323
<PackageReference Include="Octokit" Version="13.0.1" />
2424
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
25-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
25+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
2626
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
2727
<PackageReference Include="Markdig" Version="0.37.0" />
2828
</ItemGroup>

RepoManChecker/RepoManCheckerCLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Spectre.Console" Version="0.49.1" />
2323
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2424
<PackageReference Include="Octokit" Version="13.0.1" />
25-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
25+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

WhatsNew.Cli/WhatsNew.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.22272.1" />
36-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
36+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.7" />
2020
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
21-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
21+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

actions/dependabot-bot/src/dependabot-bot/dependabot-bot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
25-
<PackageReference Include="Pathological.ProjectSystem" Version="8.0.2" />
25+
<PackageReference Include="Pathological.ProjectSystem" Version="8.0.4" />
2626
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)