We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598aa02 commit 1463096Copy full SHA for 1463096
SharpHelpers/SharpHelpers.UnitTest/SharpHelpers.UnitTest.csproj
@@ -8,8 +8,8 @@
8
9
<ItemGroup>
10
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
11
- <PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
12
- <PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
13
</ItemGroup>
14
15
SharpHelpers/SharpHelpers/SharpHelpers.csproj
@@ -37,6 +37,6 @@
37
38
39
40
- <PackageReference Include="System.Text.Json" Version="8.0.5" />
+ <PackageReference Include="System.Text.Json" Version="9.0.0" />
41
42
</Project>
0 commit comments