File tree Expand file tree Collapse file tree
TurnerSoftware.BuildVersioning.Tool
TurnerSoftware.BuildVersioning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <RootNamespace >TurnerSoftware.BuildVersioning</RootNamespace >
5- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
65
76 <Company >Turner Software</Company >
87
Original file line number Diff line number Diff line change 1010
1111 <PropertyGroup >
1212 <OutputType >Exe</OutputType >
13- <TargetFrameworks >$(TargetFrameworks) </TargetFrameworks >
13+ <TargetFrameworks >net5.0;net6.0 </TargetFrameworks >
1414 <BuildVersioningLogLevel >high</BuildVersioningLogLevel >
1515 <RootNamespace >TurnerSoftware.BuildVersioning.Tool</RootNamespace >
1616 <PackAsTool >true</PackAsTool >
1717 <ToolCommandName >buildversioning</ToolCommandName >
1818 </PropertyGroup >
1919
2020 <PropertyGroup >
21- <BuildVersioningToolPath >$(MSBuildThisFileDirectory)bin/$(Configuration) /$(TargetFramework)/TurnerSoftware.BuildVersioning.Tool.dll</BuildVersioningToolPath >
21+ <BuildVersioningToolPath >$(MSBuildThisFileDirectory)bin/Bootstrap /$(TargetFramework)/TurnerSoftware.BuildVersioning.Tool.dll</BuildVersioningToolPath >
2222 <SelfHostedBuildVersioning Condition =" $(DesignTimeBuild) != 'true' AND $(SkipBuildVersioning) != 'true'" >true</SelfHostedBuildVersioning >
2323 </PropertyGroup >
2424
3030 <Import Project =" ../TurnerSoftware.BuildVersioning/build/TurnerSoftware.BuildVersioning.targets" Condition =" $(SelfHostedBuildVersioning) == 'true'" />
3131 <Target Name =" _SelfHostedBuildVersioning" BeforeTargets =" BeforeBuild" Condition =" $(SelfHostedBuildVersioning) == 'true' AND !Exists($(BuildVersioningToolPath))" >
3232 <Message Importance =" high" Text =" BuildVersioning-SelfHosting: Establishing a baseline build to provide versioning support" />
33- <Exec Command =" dotnet build TurnerSoftware.BuildVersioning.Tool.csproj -c $(Configuration) -v quiet --nologo /p:SkipBuildVersioning=true" StandardOutputImportance =" low" ></Exec >
33+ <Exec Command =" dotnet build TurnerSoftware.BuildVersioning.Tool.csproj -c $(Configuration) -f $(TargetFramework) -o bin/Bootstrap/$(TargetFramework) - v quiet --nologo /p:SkipBuildVersioning=true" StandardOutputImportance =" low" ></Exec >
3434 <Message Importance =" high" Text =" BuildVersioning-SelfHosting: Baseline build has been completed" />
3535 </Target >
3636
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup >
12- <TargetFrameworks >$(TargetFrameworks)</ TargetFrameworks >
12+ <TargetFramework >net6.0</ TargetFramework >
1313 <DevelopmentDependency >true</DevelopmentDependency >
1414 <SuppressDependenciesWhenPacking >true</SuppressDependenciesWhenPacking >
1515 <IncludeBuildOutput >false</IncludeBuildOutput >
You can’t perform that action at this time.
0 commit comments