diff options
Diffstat (limited to 'src/internal/SetBuildNumber/SetBuildNumber.proj')
-rw-r--r-- | src/internal/SetBuildNumber/SetBuildNumber.proj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/SetBuildNumber/SetBuildNumber.proj b/src/internal/SetBuildNumber/SetBuildNumber.proj index d9a918e2..a63fd671 100644 --- a/src/internal/SetBuildNumber/SetBuildNumber.proj +++ b/src/internal/SetBuildNumber/SetBuildNumber.proj | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project Sdk="Microsoft.Build.NoTargets/3.0.4"> | 4 | <Project Sdk="Microsoft.Build.NoTargets/3.5.6"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>net6.0</TargetFramework> | 6 | <TargetFramework>net6.0</TargetFramework> |
7 | <!-- Disable central package version management since this project will write the central package version management file --> | 7 | <!-- Disable central package version management since this project will write the central package version management file --> |
@@ -94,6 +94,6 @@ | |||
94 | 94 | ||
95 | 95 | ||
96 | <ItemGroup> | 96 | <ItemGroup> |
97 | <PackageReference Include="GitInfo" Version="2.1.2" /> | 97 | <PackageReference Include="GitInfo" Version="2.2.0" /> |
98 | </ItemGroup> | 98 | </ItemGroup> |
99 | </Project> | 99 | </Project> |