Skip to content

Commit

Permalink
back out some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 8, 2021
1 parent 89172e2 commit be03f0e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,4 @@
<ManagedToolInvocationRuntime>dotnet </ManagedToolInvocationRuntime>
<ManagedToolInvocationExtension>.dll</ManagedToolInvocationExtension>
</PropertyGroup>

<!-- GitInfo Package for Assembly Versioning -->
<!-- <ItemGroup>
<PackageReference Include="GitInfo" Version="2.1.2" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>
<PropertyGroup>
<GitDefaultBranch>main</GitDefaultBranch>
<GitThisAssembly>false</GitThisAssembly>
</PropertyGroup> -->

<!-- <Target Name="SetVersion" BeforeTargets="GetAssemblyVersion;GetPackageVersion" DependsOnTargets="GitVersion" Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">
<PropertyGroup>
<Version>$(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch)</Version>
<InformationalVersion>$(Version); git-rev-head:$(GitCommit); git-branch:$(GitBranch)</InformationalVersion>
<Company>Microsoft Corporation</Company>
<Copyright>Microsoft Corporation</Copyright>
</PropertyGroup>
</Target> -->
</Project>

0 comments on commit be03f0e

Please sign in to comment.