File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
test/Microsoft.VisualStudio.Threading.Tests Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040 <PackageVersion Include =" System.ValueTuple" Version =" 4.5.0" />
4141 <PackageVersion Include =" xunit.abstractions" Version =" 2.0.3" />
4242 <PackageVersion Include =" Xunit.Combinatorial" Version =" 1.6.24" />
43- <PackageVersion Include =" Xunit.SkippableFact" Version =" 1.4.13 " />
44- <PackageVersion Include =" Xunit.StaFact" Version =" 1.1.11 " />
43+ <PackageVersion Include =" Xunit.SkippableFact" Version =" 1.5.23 " />
44+ <PackageVersion Include =" Xunit.StaFact" Version =" 1.2.69 " />
4545 </ItemGroup >
4646 <ItemGroup Condition =" '$(IsTestProject)'=='true'" >
4747 <PackageVersion Update =" Microsoft.CodeAnalysis" Version =" $(CodeAnalysisVersionForTests)" />
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ Guideline | 200-299 | Code that deviates from best practices and may limit the b
4949
5050Some analyzers' behavior can be configured. See our [ configuration] ( configuration.md ) topic for more information.
5151
52- [ 1 ] : https://nuget.org/packages/microsoft.visualstudio.threading.analyzers
52+ [ 1 ] : https://www. nuget.org/packages/microsoft.visualstudio.threading.analyzers
Original file line number Diff line number Diff line change 99using Microsoft . VisualStudio . Threading ;
1010using Xunit ;
1111using Xunit . Abstractions ;
12+ using TplExtensions = Microsoft . VisualStudio . Threading . TplExtensions ;
1213
1314public class TplExtensionsTests : TestBase
1415{
You can’t perform that action at this time.
0 commit comments