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 net analyzer version #83

Merged
Merged
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 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 2022 National Instruments Corporation</copyright>
<copyright>Copyright 2023 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 @@ -16,7 +16,7 @@
<license type="file">LICENSE.txt</license>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.CodeAnalysis.NetAnalyzers" version="6.0.0" />
<dependency id="Microsoft.CodeAnalysis.NetAnalyzers" version="7.0.4" />
<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" />
Expand Down
Loading