Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Sep 2, 2023
1 parent 8fe98ac commit cc95bbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 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.18"),
new PackageIdentity("xunit.core", "2.5.1-pre.18")
new PackageIdentity("xunit.assert", "2.5.1-pre.25"),
new PackageIdentity("xunit.core", "2.5.1-pre.25")
)
);

Expand All @@ -33,9 +33,9 @@ static CodeAnalyzerHelper()
new PackageIdentity("Microsoft.Bcl.AsyncInterfaces", "6.0.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("System.Text.Json", "6.0.0"),
new PackageIdentity("xunit.v3.assert", "0.1.1-pre.267"),
new PackageIdentity("xunit.v3.common", "0.1.1-pre.267"),
new PackageIdentity("xunit.v3.extensibility.core", "0.1.1-pre.267")
new PackageIdentity("xunit.v3.assert", "0.1.1-pre.275"),
new PackageIdentity("xunit.v3.common", "0.1.1-pre.275"),
new PackageIdentity("xunit.v3.extensibility.core", "0.1.1-pre.275")
)
);
}
Expand Down
14 changes: 7 additions & 7 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.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]" />
<PackageDownload Include="xunit.assert" Version="[2.5.1-pre.25]" />
<PackageDownload Include="xunit.v3.assert" Version="[0.1.1-pre.275]" />
<PackageDownload Include="xunit.v3.common" Version="[0.1.1-pre.275]" />
<PackageDownload Include="xunit.v3.extensibility.core" Version="[0.1.1-pre.275]" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.1" />
<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.18" />
<PackageReference Include="xunit.core" Version="2.5.1-pre.18" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1-pre.9" />
<PackageReference Include="xunit.assert.source" Version="2.5.1-pre.25" />
<PackageReference Include="xunit.core" Version="2.5.1-pre.25" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1-pre.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cc95bbe

Please sign in to comment.