Skip to content

Commit f337ced

Browse files
Bump the all-dependencies group across 1 directory with 2 updates (#45)
Bumps the all-dependencies group with 2 updates in the / directory: [Parlot](https://github.com/sebastienros/parlot) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Parlot` from 1.3.3 to 1.3.6 - [Release notes](https://github.com/sebastienros/parlot/releases) - [Commits](sebastienros/parlot@v1.3.3...v1.3.6) Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: Parlot dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8dea3d commit f337ced

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Shortcodes/Shortcodes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<LangVersion>8.0</LangVersion>
44
<AssemblyOriginatorKeyFile>Shortcodes.snk</AssemblyOriginatorKeyFile>
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
14-
<PackageReference Include="Parlot" Version="1.3.3" />
14+
<PackageReference Include="Parlot" Version="1.3.6" />
1515
</ItemGroup>
1616

1717
</Project>

tests/Shortcodes.Tests/Shortcodes.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0</TargetFrameworks>
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="xunit" Version="2.9.3" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)