Skip to content

Commit 8a21f7b

Browse files
deps: Bump the testing group with 2 updates (#55)
Bumps xunit.v3 from 3.2.1 to 3.2.2 Bumps xunit.v3.extensibility.core from 3.2.1 to 3.2.2 --- updated-dependencies: - dependency-name: xunit.v3 dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: xunit.v3.extensibility.core dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cae3cc commit 8a21f7b

File tree

5 files changed

+89
-1556
lines changed

5 files changed

+89
-1556
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageVersion>
41-
<PackageVersion Include="xunit.v3" Version="3.2.1" />
42-
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.1" />
41+
<PackageVersion Include="xunit.v3" Version="3.2.2" />
42+
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.2.2" />
4343
<PackageVersion Include="YamlDotNet" Version="16.3.0" />
4444
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="10.0.1" />
4545
</ItemGroup>

src/TinyBDD.SourceGenerators/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 2,
33
"dependencies": {
4-
".NETStandard,Version=v2.0": {
4+
".NETFramework,Version=v4.8.1": {
55
"Microsoft.CodeAnalysis.Analyzers": {
66
"type": "Direct",
77
"requested": "[3.11.0, )",
@@ -26,13 +26,13 @@
2626
"System.Threading.Tasks.Extensions": "4.5.4"
2727
}
2828
},
29-
"NETStandard.Library": {
29+
"Microsoft.NETFramework.ReferenceAssemblies": {
3030
"type": "Direct",
31-
"requested": "[2.0.3, )",
32-
"resolved": "2.0.3",
33-
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
31+
"requested": "[1.0.3, )",
32+
"resolved": "1.0.3",
33+
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
3434
"dependencies": {
35-
"Microsoft.NETCore.Platforms": "1.1.0"
35+
"Microsoft.NETFramework.ReferenceAssemblies.net481": "1.0.3"
3636
}
3737
},
3838
"Microsoft.CodeAnalysis.Common": {
@@ -51,10 +51,10 @@
5151
"System.Threading.Tasks.Extensions": "4.5.4"
5252
}
5353
},
54-
"Microsoft.NETCore.Platforms": {
54+
"Microsoft.NETFramework.ReferenceAssemblies.net481": {
5555
"type": "Transitive",
56-
"resolved": "1.1.0",
57-
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
56+
"resolved": "1.0.3",
57+
"contentHash": "Vv/20vgHS7VglVOVh8J3Iz/MA+VYKVRp9f7r2qiKBMuzviTOmocG70yq0Q8T5OTmCONkEAIJwETD1zhEfLkAXQ=="
5858
},
5959
"System.Buffers": {
6060
"type": "Transitive",
@@ -76,7 +76,7 @@
7676
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
7777
"dependencies": {
7878
"System.Buffers": "4.5.1",
79-
"System.Numerics.Vectors": "4.4.0",
79+
"System.Numerics.Vectors": "4.5.0",
8080
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
8181
}
8282
},

0 commit comments

Comments
 (0)