Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 15, 2023
1 parent 09852ab commit 1057f30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/xunit.analyzers.tests/Utility/CodeAnalyzerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ static CodeAnalyzerHelper()
new PackageIdentity("System.Collections.Immutable", "1.6.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("xunit.abstractions", "2.0.3"),
new PackageIdentity("xunit.assert", "2.6.2-pre.6"),
new PackageIdentity("xunit.core", "2.6.2-pre.6")
new PackageIdentity("xunit.assert", "2.6.2-pre.12"),
new PackageIdentity("xunit.core", "2.6.2-pre.12")
)
);

Expand All @@ -37,7 +37,7 @@ static CodeAnalyzerHelper()
new PackageIdentity("System.Collections.Immutable", "1.6.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("xunit.abstractions", "2.0.3"),
new PackageIdentity("xunit.runner.utility", "2.6.2-pre.6")
new PackageIdentity("xunit.runner.utility", "2.6.2-pre.12")
)
);

Expand Down
10 changes: 5 additions & 5 deletions src/xunit.analyzers.tests/xunit.analyzers.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageDownload Include="System.Collections.Immutable" Version="[1.6.0]" Condition=" '$(TargetFramework)' == 'net472' " />
<PackageDownload Include="System.Text.Json" Version="[6.0.0]" />
<PackageDownload Include="System.Threading.Tasks.Extensions" Version="[4.5.4]" />
<PackageDownload Include="xunit.assert" Version="[2.6.2-pre.6]" />
<PackageDownload Include="xunit.runner.utility" Version="[2.6.2-pre.6]" />
<PackageDownload Include="xunit.assert" Version="[2.6.2-pre.12]" />
<PackageDownload Include="xunit.runner.utility" Version="[2.6.2-pre.12]" />
<PackageDownload Include="xunit.v3.assert" Version="[0.1.1-pre.317]" />
<PackageDownload Include="xunit.v3.common" Version="[0.1.1-pre.317]" />
<PackageDownload Include="xunit.v3.extensibility.core" Version="[0.1.1-pre.317]" />
Expand All @@ -29,9 +29,9 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.6.2-pre.6" />
<PackageReference Include="xunit.core" Version="2.6.2-pre.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4-pre.9">
<PackageReference Include="xunit.assert.source" Version="2.6.2-pre.12" />
<PackageReference Include="xunit.core" Version="2.6.2-pre.12" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4-pre.10">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 1057f30

Please sign in to comment.