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 3e92570 commit 78c5838Copy full SHA for 78c5838
SharpHelpers/SharpHelpers.UnitTest/SharpHelpers.UnitTest.csproj
@@ -7,9 +7,9 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11
- <PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
12
- <PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
13
</ItemGroup>
14
15
SharpHelpers/SharpHelpers/SharpHelpers.csproj
@@ -45,6 +45,6 @@
45
46
47
48
- <PackageReference Include="System.Text.Json" Version="9.0.1" />
+ <PackageReference Include="System.Text.Json" Version="9.0.2" />
49
50
</Project>
0 commit comments