Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Threading and StyleCop analyzers to latest #98

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.9.2" />
<PackageVersion Include="Microsoft.VisualStudio.TestPlatform" Version="14.0.0" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.2.32" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" />
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="16.0.102" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.435" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
<PackageVersion Include="xunit.assert" Version="2.7.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="xunit" Version="2.7.0" />
Expand Down
6 changes: 3 additions & 3 deletions build/NI.CSharp.Analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--TODO: author and owner may have to change if we go to nuget.org -->
<authors>NI</authors>
<owners>NI</owners>
<copyright>Copyright 2023 National Instruments Corporation</copyright>
<copyright>Copyright 2024 National Instruments Corporation</copyright>
<description>NI's code analyzers and rulesets for C# projects.</description>
<summary>NI's code analyzers and rulesets for C# projects.</summary>
<icon>images\icon.png</icon>
Expand All @@ -24,8 +24,8 @@
<dependency id="Microsoft.CodeAnalysis.NetAnalyzers" version="8.0.0" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="4.2.0" />
<dependency id="Microsoft.CodeAnalysis.Analyzers" version="3.3.3" />
<dependency id="Microsoft.VisualStudio.Threading.Analyzers" version="17.2.32" />
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.435" />
<dependency id="Microsoft.VisualStudio.Threading.Analyzers" version="17.10.48" />
<dependency id="StyleCop.Analyzers" version="1.2.0-beta.556" />
<dependency id="Roslynator.Analyzers" version="4.1.1" />
</group>
</dependencies>
Expand Down
Loading