File tree 4 files changed +2
-69
lines changed
4 files changed +2
-69
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
4
- <Import Project =" $(MSBuildThisFileDirectory)\UtilPack.Version.props" Condition =" exists('$(MSBuildThisFileDirectory)\UtilPack.Version.props')" />
5
-
6
4
<PropertyGroup >
7
5
<TargetFrameworks >net461;netstandard2.0</TargetFrameworks >
8
6
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
17
15
18
16
<NuspecFile >NugetAssets\GitVersionTask.nuspec</NuspecFile >
19
17
<PackageVersion Condition =" $(PackageVersion) == '' Or $(PackageVersion) == '*Undefined*'" >0.0.1-alpha-0001</PackageVersion >
20
- <NuspecProperties >version=$(PackageVersion);configuration=$(Configuration);utilpackversion=$(PackageVersion_UtilPackNuGetMSBuild); libgit2sharpversion=$(PackageVersion_LibGit2Sharp);yamldotnetversion=$(PackageVersion_YamlDotNet)</NuspecProperties >
18
+ <NuspecProperties >version=$(PackageVersion);configuration=$(Configuration);libgit2sharpversion=$(PackageVersion_LibGit2Sharp);yamldotnetversion=$(PackageVersion_YamlDotNet)</NuspecProperties >
21
19
22
20
<Product >$(AssemblyName)</Product >
23
21
24
22
</PropertyGroup >
25
- <ItemGroup >
26
- <None Remove =" UtilPack.Version.props" />
27
- </ItemGroup >
28
- <ItemGroup >
29
- <Content Include =" UtilPack.Version.props" >
30
- <PackagePath >build\</PackagePath >
31
- </Content >
32
- </ItemGroup >
33
23
34
24
<ItemGroup >
35
25
<!-- <PackageReference Include="LibGit2Sharp" Version="$(PackageVersion_LibGit2Sharp)" />
39
29
</PackageReference >
40
30
<!-- See https://github.com/Microsoft/msbuild/issues/3671 for reason for the ExcludeAssets against msbuild packagerefernces -->
41
31
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 16.0.461" ExcludeAssets =" runtime" />
42
- <PackageReference Include =" UtilPack.NuGet.MSBuild" Version =" $(PackageVersion_UtilPackNuGetMSBuild)" >
43
- <PrivateAssets >all</PrivateAssets >
44
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
45
- </PackageReference >
46
32
</ItemGroup >
47
33
48
34
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<PropertyGroup >
4
4
<GitVersionTaskBuildTools_IsMultiTargeting >false</GitVersionTaskBuildTools_IsMultiTargeting >
5
5
<GitVersionTaskBuildTools_IsMultiTargeting Condition =" $(MSBuildThisFileDirectory.TrimEnd('\').TrimEnd('/').EndsWith('buildMultiTargeting'))" >true</GitVersionTaskBuildTools_IsMultiTargeting >
6
6
</PropertyGroup >
7
7
8
- <!-- Import infrastructure props for util pack. -->
9
- <ImportGroup >
10
- <Import Project =" $(MSBuildThisFileDirectory)..\build\Infrastructure.props" />
11
- </ImportGroup >
12
-
13
8
</Project >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments