-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project version to 1.0.0-dev-00007, add new props for analyzer…
…s and includes. Detailed Description: - Updated the project version from 1.0.0-dev-00006 to 1.0.0-dev-00007. - Added new props files Analyzers.props and Includes.props. - Included package versions for Meziantou.Analyzer, Roslynator.Analyzers, Roslynator.CodeAnalysis.Analyzers, and Roslynator.Formatting.Analyzers in Analyzers.props with versions 2.0.177 and 4.12.9 respectively. - Created ImportGroup in Includes.props to import Analyzers.props and PackSite.Libraries.props conditionally based on their existence in the project structure.
- Loading branch information
1 parent
b82b428
commit 299ba2e
Showing
5 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
|
||
<ItemGroup> | ||
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.177" /> | ||
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.9" /> | ||
<PackageVersion Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.9" /> | ||
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.12.9" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
|
||
<ImportGroup> | ||
<Import Project="Analyzers.props" Condition="Exists('Analyzers.props')" /> | ||
<Import Project="PackSite.Libraries.props" Condition="Exists('PackSite.Libraries.props')" /> | ||
</ImportGroup> | ||
|
||
</Project> |