Skip to content

Commit

Permalink
fix(deps): bump System.Text.Json from 6.0.1 to 6.0.2 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 10, 2022
1 parent ef61bb4 commit 51f2ea9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sandbox/Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.1",
"contentHash": "X3cTdM+jna1YyfTUzToW7aVgINFv7R1W4+1+3hua/YCyLjApPoR8fd+2Cep9DbfYjbv+rBx4K6dlmAWEJr9AHg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand Down Expand Up @@ -1385,7 +1385,7 @@
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Hosting": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"System.Text.Json": "6.0.1"
"System.Text.Json": "6.0.2"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/Nogic.WritableOptions/Nogic.WritableOptions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions test/Nogic.WritableOptions.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "6.0.1",
"contentHash": "X3cTdM+jna1YyfTUzToW7aVgINFv7R1W4+1+3hua/YCyLjApPoR8fd+2Cep9DbfYjbv+rBx4K6dlmAWEJr9AHg==",
"resolved": "6.0.2",
"contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
Expand Down Expand Up @@ -1559,7 +1559,7 @@
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Hosting": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"System.Text.Json": "6.0.1"
"System.Text.Json": "6.0.2"
}
}
},
Expand Down

0 comments on commit 51f2ea9

Please sign in to comment.