-
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.
UPDATED: Git-tr transformationGenerator />" itemsVersions.props".
- Updated the transformation of "<Usings />"TypeInfo.props". - Updated the import of various props files in "Directory.Build.props". UPDATED: Transformed "<Usings />" into appropriate "<PackageReference />" items in "Directory.Build.props" - Updated the transformation of "<SourceGenerator />" items into "<PackageReference />" items with appropriate includes/excludes in "CustomBeforeCentralpackageVersions.props" - Updated the import of various props files in "ImportProjectName.props" and "ImportProjectName.targets" to check if the files exist before importing them - Updated the transformation of "<SourceCode />" items into "<PackageReference />" items with appropriate includes/excludes in "ItemDefinitionGroups.props" - Updated the transformation of "<Usings />" items into "<PackageReference />" items with appropriate includes/excludes in "ItemDefinitionGroups.props" - Updated the metadata for certain prop items in "ProjectTypeInfo.props" - Updated the import of various props files in "Directory.Build.props" to check if the files exist before importing them
- Loading branch information
Showing
6 changed files
with
77 additions
and
77 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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- | ||
ProjectTypeInfo.props | ||
Created: 2022-10-24-08:10:51 | ||
Modified: 2022-10-29-02:49:05 | ||
Author: David G. Moore, Jr. <[email protected]> | ||
Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
@@ -18,6 +18,6 @@ | |
<ItemGroup Condition="$(IsTestProject)"> | ||
<Using Include="Xunit" /> | ||
<Using Include="FluentAssertions" /> | ||
<UsingsReference Include="FluentAssertions.Usings" /> | ||
<Usings Include="FluentAssertions.Usings" /> | ||
</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