Skip to content

Commit 2cfcef2

Browse files
stazzasbjornu
authored andcommitted
Updated to newer NuGetUtils.MSBuild.Exec, which runs on .NET Desktop successfully now. Also modified the task factory parameter as needed.
1 parent 048f6b1 commit 2cfcef2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/GitVersionTask/NugetAssets/build/Infrastructure.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323

2424
<PropertyGroup>
2525
<UtilPackTaskFactoryParametersXML Condition=" '$(MSBuildRuntimeType)' != 'Core' ">
26-
<NuGetFramework>.NETFramework</NuGetFramework>
27-
<NuGetFrameworkVersion>4.6.1</NuGetFrameworkVersion>
26+
<NuGetFramework>net461</NuGetFramework>
2827
</UtilPackTaskFactoryParametersXML>
2928
<UtilPackTaskFactoryParametersXML>
3029
$(UtilPackTaskFactoryParametersXML)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<PackageVersion_UtilPackNuGetMSBuild>2.0.0</PackageVersion_UtilPackNuGetMSBuild>
3+
<PackageVersion_UtilPackNuGetMSBuild>2.0.1</PackageVersion_UtilPackNuGetMSBuild>
44
</PropertyGroup>
55
</Project>
66

0 commit comments

Comments
 (0)