Skip to content

Commit

Permalink
Bump the nuget-dependencies group in /src with 6 updates
Browse files Browse the repository at this point in the history
Bumps the nuget-dependencies group in /src with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.4.0` | `4.8.0` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `13.1.0` | `13.7.1` |
| [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.3.3` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.2` | `17.8.0` |
| [xunit](https://github.com/xunit/xunit) | `2.4.2` | `2.6.6` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.4.5` | `2.5.6` |


Updates `Microsoft.CodeAnalysis.CSharp` from 4.4.0 to 4.8.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 `YamlDotNet` from 13.1.0 to 13.7.1
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.1.0...v13.7.1)

Updates `GitHubActionsTestLogger` from 2.3.2 to 2.3.3
- [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md)
- [Commits](Tyrrrz/GitHubActionsTestLogger@2.3.2...2.3.3)

Updates `Microsoft.NET.Test.Sdk` from 17.6.2 to 17.8.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.2...v17.8.0)

Updates `xunit` from 2.4.2 to 2.6.6
- [Commits](xunit/xunit@2.4.2...2.6.6)

Updates `xunit.runner.visualstudio` from 2.4.5 to 2.5.6
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.6)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: GitHubActionsTestLogger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent b91d75a commit 1ad9356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuperFluid.Tests/SuperFluid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 1ad9356

Please sign in to comment.