Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Aug 7, 2023
1 parent 4c1c7e2 commit 513113a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/xunit.analyzers.tests/Utility/CodeAnalyzerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,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.5.1-pre.16"),
new PackageIdentity("xunit.core", "2.5.1-pre.16")
new PackageIdentity("xunit.assert", "2.5.1-pre.18"),
new PackageIdentity("xunit.core", "2.5.1-pre.18")
)
);

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,20 +16,20 @@
<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.5.1-pre.16]" />
<PackageDownload Include="xunit.assert" Version="[2.5.1-pre.18]" />
<PackageDownload Include="xunit.v3.assert" Version="[0.1.1-pre.267]" />
<PackageDownload Include="xunit.v3.common" Version="[0.1.1-pre.267]" />
<PackageDownload Include="xunit.v3.extensibility.core" Version="[0.1.1-pre.267]" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.5.1-pre.16" />
<PackageReference Include="xunit.core" Version="2.5.1-pre.16" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1-pre.8" />
<PackageReference Include="xunit.assert.source" Version="2.5.1-pre.18" />
<PackageReference Include="xunit.core" Version="2.5.1-pre.18" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1-pre.9" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 513113a

Please sign in to comment.