File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Expand file tree Collapse file tree 4 files changed +7
-13
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')" />
4
+ <Import Project =" $(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec. Version.props" Condition =" exists('$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec .Version.props')" />
5
5
6
6
<PropertyGroup >
7
7
<TargetFrameworks >net461;netstandard2.0</TargetFrameworks >
24
24
25
25
</PropertyGroup >
26
26
<ItemGroup >
27
- <None Remove =" UtilPack .Version.props" />
27
+ <None Remove =" NuGetUtils.MSBuild.Exec .Version.props" />
28
28
</ItemGroup >
29
29
<ItemGroup >
30
- <Content Include =" UtilPack .Version.props" >
30
+ <Content Include =" NuGetUtils.MSBuild.Exec .Version.props" >
31
31
<PackagePath >build\</PackagePath >
32
32
</Content >
33
33
</ItemGroup >
38
38
<PackageReference Include =" YamlDotNet" Version =" $(PackageVersion_YamlDotNet)" >
39
39
<PrivateAssets >All</PrivateAssets >
40
40
</PackageReference >
41
- <PackageReference Include =" NuGetUtils.MSBuild.Exec" Version =" $(PackageVersion_UtilPackNuGetMSBuild )" >
41
+ <PackageReference Include =" NuGetUtils.MSBuild.Exec" Version =" $(PackageVersion_NuGetUtilsMSBuildExec )" >
42
42
<PrivateAssets >all</PrivateAssets >
43
43
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
44
44
</PackageReference >
Original file line number Diff line number Diff line change 33
33
<file src =" ..\NugetAssets\build\**" target =" build" />
34
34
<file src =" ..\NugetAssets\build\GitVersionTask.targets" target =" buildMultiTargeting" />
35
35
<file src =" ..\bin\$configuration$\**" target =" build" />
36
- <file src =" ..\UtilPack .Version.props" target =" build" />
36
+ <file src =" ..\NuGetUtils.MSBuild.Exec .Version.props" target =" build" />
37
37
</files >
38
38
</package >
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <Import Project =" $(MSBuildThisFileDirectory)\UtilPack. Version.props" Condition =" exists('$(MSBuildThisFileDirectory)\UtilPack .Version.props')" />
2
+ <Import Project =" $(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec. Version.props" Condition =" exists('$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec .Version.props')" />
3
3
4
4
<!-- Properties containing paths to functionality files and directories. -->
5
5
<PropertyGroup >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup Condition =" '$(NuGetUtilsMSBuildExecAssemblyPath)' == ''" >
13
- <UtilPackVersion >$(PackageVersion_UtilPackNuGetMSBuild )</UtilPackVersion >
13
+ <UtilPackVersion >$(PackageVersion_NuGetUtilsMSBuildExec )</UtilPackVersion >
14
14
<UtilPackNuGetMSBuildPropsPath Condition =" '$(UtilPackNuGetMSBuildPropsPath)' == ''" >$(MSBuildThisFileDirectory)../../../nugetutils.msbuild.exec/$(UtilPackVersion)/build/NuGetUtils.MSBuild.Exec.props</UtilPackNuGetMSBuildPropsPath >
15
15
<UtilPackNuGetMSBuildPropsAbsolutePath >$([System.IO.Path]::GetFullPath('$(UtilPackNuGetMSBuildPropsPath)'))</UtilPackNuGetMSBuildPropsAbsolutePath >
16
16
<!-- Set absolute path to empty string if automatic deduction failed. -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments