File tree 1 file changed +6
-4
lines changed
ManagedCode.IntegrationTestBaseKit.XUnit
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<ItemGroup >
23
23
<PackageReference Include =" xunit" Version =" 2.9.0" />
24
- <PackageReference Update =" DotNet.ReproducibleBuilds" Version =" 1.2.4" >
25
- <PrivateAssets >all</PrivateAssets >
26
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
- </PackageReference >
24
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.8" />
25
+ <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 8.0.8" />
26
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0" />
27
+ <PackageReference Include =" Microsoft.Playwright" Version =" 1.46.0" />
28
+ <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.11.0" />
29
+ <PackageReference Include =" Testcontainers" Version =" 3.9.0" />
28
30
</ItemGroup >
29
31
30
32
</Project >
You can’t perform that action at this time.
0 commit comments