Skip to content

Commit 3673cfa

Browse files
build(deps): Bump the all group with 5 updates
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.11.0` | `4.12.0` | | [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.24.0` | `1.24.1` | | [MSTest](https://github.com/microsoft/testfx) | `3.7.0` | `3.7.1` | | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.12.0` | `4.12.0` | | [H.Generators.Tests.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.24.0` | `1.24.1` | Updates `Microsoft.CodeAnalysis.CSharp` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `H.Generators.Extensions` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases) - [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits) Updates `MSTest` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.0...v3.7.1) Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.12.0 to 4.12.0 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `H.Generators.Tests.Extensions` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases) - [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: H.Generators.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: H.Generators.Tests.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44f1253 commit 3673cfa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/libs/CSharpToJsonSchema.Generators/CSharpToJsonSchema.Generators.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all"/>
26-
<PackageReference Include="H.Generators.Extensions" Version="1.24.0" PrivateAssets="all"/>
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all"/>
26+
<PackageReference Include="H.Generators.Extensions" Version="1.24.1" PrivateAssets="all"/>
2727
</ItemGroup>
2828

2929
</Project>

src/tests/CSharpToJsonSchema.IntegrationTests/CSharpToJsonSchema.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="MSTest" Version="3.7.0" />
16+
<PackageReference Include="MSTest" Version="3.7.1" />
1717
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1818
<PackageReference Include="NUnit" Version="4.3.2" />
1919
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

src/tests/CSharpToJsonSchema.SnapshotTests/CSharpToJsonSchema.SnapshotTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.0" />
12+
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
1313
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="MSTest" Version="3.7.0" />
17+
<PackageReference Include="MSTest" Version="3.7.1" />
1818
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1919
</ItemGroup>
2020

src/tests/CSharpToJsonSchema.UnitTests/CSharpToJsonSchema.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.0" />
12+
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
1313
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="MSTest" Version="3.7.0" />
17+
<PackageReference Include="MSTest" Version="3.7.1" />
1818
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)