Skip to content

Commit cfcc776

Browse files
authored
Update nuspec (#1357)
1 parent d668bd0 commit cfcc776

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

src/Analyzers.CodeFixes/Roslynator.Analyzers.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<projectUrl>https://github.com/dotnet/roslynator</projectUrl>
1010
<icon>icon.png</icon>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>A collection of 200+ analyzers for C#, powered by Roslyn.
13-
14-
- This package requires Roslyn 3.8 or higher.</description>
12+
<description>A collection of 200+ analyzers for C#, powered by Roslyn.</description>
1513
<summary>A collection of 200+ analyzers for C#, powered by Roslyn.</summary>
1614
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>
1715
<tags>Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags>

src/CodeAnalysis.Analyzers.CodeFixes/Roslynator.CodeAnalysis.Analyzers.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A collection of analyzers for Roslyn API.
1313

14-
- This package requires Roslyn 3.8 or higher.
1514
- This package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*).</description>
1615
<summary>A collection of analyzers for Roslyn API.</summary>
1716
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>

src/CodeFixes/Roslynator.CodeFixes.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
<projectUrl>https://github.com/dotnet/roslynator</projectUrl>
1010
<icon>icon.png</icon>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.
13-
14-
- This package cannot be used with Visual Studio 2015.
15-
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.0.</description>
12+
<description>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.</description>
1613
<summary>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.</summary>
1714
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>
1815
<tags>Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags>

src/Formatting.Analyzers.CodeFixes/Roslynator.Formatting.Analyzers.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A collection of formatting analyzers, powered by Roslyn.
1313

14-
- This package requires Roslyn 3.8 or higher.
1514
- All analyzers are disabled by default.</description>
1615
<summary>A collection of formatting analyzers, powered by Roslyn.</summary>
1716
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>

0 commit comments

Comments
 (0)