Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Oct 27, 2024
1 parent d898aa3 commit 2b07658
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24219.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="[$(MicrosoftCodeAnalysisVersion)]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down Expand Up @@ -74,12 +74,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.9.1-pre.8" />
<PackageReference Include="xunit.core" Version="2.9.1-pre.8" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.17" />
<PackageReference Include="xunit.assert.source" Version="2.9.2" />
<PackageReference Include="xunit.core" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.43" />
</ItemGroup>

</When>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ static Assembly LoadCSharpNetAnalyzers()
// Make sure we load the dependencies first
var _ = assemblyNetAnalyzers.Value;

return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.netanalyzers", "9.0.0-preview.24216.2", "analyzers", "dotnet", "cs", "Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll"));
return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.netanalyzers", "9.0.0-preview.24454.1", "analyzers", "dotnet", "cs", "Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll"));
}

static Assembly LoadNetAnalyzers()
{
LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.workspaces.common", "3.11.0", "lib", "netcoreapp3.1", "Microsoft.CodeAnalysis.Workspaces.dll"));
return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.netanalyzers", "9.0.0-preview.24216.2", "analyzers", "dotnet", "cs", "Microsoft.CodeAnalysis.NetAnalyzers.dll"));
return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.netanalyzers", "9.0.0-preview.24454.1", "analyzers", "dotnet", "cs", "Microsoft.CodeAnalysis.NetAnalyzers.dll"));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static Assembly LoadVsThreadingAnalyzers()
{
LoadAssembly(Path.Combine(NuGetPackagesFolder, "system.collections.immutable", "6.0.0", "lib", "net6.0", "System.Collections.Immutable.dll"));
LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.codeanalysis.workspaces.common", "3.11.0", "lib", "netcoreapp3.1", "Microsoft.CodeAnalysis.Workspaces.dll"));
return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.visualstudio.threading.analyzers", "17.10.48", "analyzers", "cs", "Microsoft.VisualStudio.Threading.Analyzers.dll"));
return LoadAssembly(Path.Combine(NuGetPackagesFolder, "microsoft.visualstudio.threading.analyzers", "17.11.20", "analyzers", "cs", "Microsoft.VisualStudio.Threading.Analyzers.dll"));
}
}

Expand Down
16 changes: 8 additions & 8 deletions src/xunit.analyzers.tests/Utility/CodeAnalyzerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,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.9.1-pre.8"),
new PackageIdentity("xunit.core", "2.9.1-pre.8")
new PackageIdentity("xunit.assert", "2.9.2"),
new PackageIdentity("xunit.core", "2.9.2")
)
);

Expand All @@ -51,7 +51,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.9.1-pre.8")
new PackageIdentity("xunit.runner.utility", "2.9.2")
)
);

Expand All @@ -61,9 +61,9 @@ static CodeAnalyzerHelper()
new PackageIdentity("Microsoft.Extensions.Primitives", "8.0.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("System.Text.Json", "8.0.0"),
new PackageIdentity("xunit.v3.assert", "0.2.0-pre.41"),
new PackageIdentity("xunit.v3.common", "0.2.0-pre.41"),
new PackageIdentity("xunit.v3.extensibility.core", "0.2.0-pre.41")
new PackageIdentity("xunit.v3.assert", "0.5.0-pre.28"),
new PackageIdentity("xunit.v3.common", "0.5.0-pre.28"),
new PackageIdentity("xunit.v3.extensibility.core", "0.5.0-pre.28")
)
);

Expand All @@ -73,8 +73,8 @@ static CodeAnalyzerHelper()
new PackageIdentity("Microsoft.Extensions.Primitives", "8.0.0"),
new PackageIdentity("System.Threading.Tasks.Extensions", "4.5.4"),
new PackageIdentity("System.Text.Json", "8.0.0"),
new PackageIdentity("xunit.v3.common", "0.2.0-pre.41"),
new PackageIdentity("xunit.v3.runner.utility", "0.2.0-pre.41")
new PackageIdentity("xunit.v3.common", "0.5.0-pre.28"),
new PackageIdentity("xunit.v3.runner.utility", "0.5.0-pre.28")
)
);
}
Expand Down
16 changes: 8 additions & 8 deletions src/xunit.analyzers.tests/xunit.analyzers.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
<PackageDownload Include="System.Collections.Immutable" Version="[1.6.0]" Condition=" '$(TargetFramework)' == 'net472' " />
<PackageDownload Include="System.Text.Json" Version="[8.0.0]" />
<PackageDownload Include="System.Threading.Tasks.Extensions" Version="[4.5.4]" />
<PackageDownload Include="xunit.assert" Version="[2.9.1-pre.8]" />
<PackageDownload Include="xunit.runner.utility" Version="[2.9.1-pre.8]" />
<PackageDownload Include="xunit.v3.assert" Version="[0.2.0-pre.41]" />
<PackageDownload Include="xunit.v3.common" Version="[0.2.0-pre.41]" />
<PackageDownload Include="xunit.v3.extensibility.core" Version="[0.2.0-pre.41]" />
<PackageDownload Include="xunit.v3.runner.utility" Version="[0.2.0-pre.41]" />
<PackageDownload Include="xunit.assert" Version="[2.9.2]" />
<PackageDownload Include="xunit.runner.utility" Version="[2.9.2]" />
<PackageDownload Include="xunit.v3.assert" Version="[0.5.0-pre.28]" />
<PackageDownload Include="xunit.v3.common" Version="[0.5.0-pre.28]" />
<PackageDownload Include="xunit.v3.extensibility.core" Version="[0.5.0-pre.28]" />
<PackageDownload Include="xunit.v3.runner.utility" Version="[0.5.0-pre.28]" />

<!-- Download packages referenced by CodeAnalysisNetAnalyzers -->
<PackageDownload Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="[9.0.0-preview.24216.2]" />
<PackageDownload Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="[9.0.0-preview.24454.1]" />
<PackageDownload Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="[3.11.0]" />

<!-- Download packages referenced by VsThreadingAnalyzers -->
<PackageDownload Include="Microsoft.VisualStudio.Threading.Analyzers" Version="[17.10.48]" />
<PackageDownload Include="Microsoft.VisualStudio.Threading.Analyzers" Version="[17.11.20]" />
<PackageDownload Include="System.Collections.Immutable" Version="[6.0.0]" Condition=" '$(TargetFramework)' == 'net8.0' " />
</ItemGroup>

Expand Down

0 comments on commit 2b07658

Please sign in to comment.