|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>netcoreapp2.0</TargetFramework> |
6 | | - <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
7 | | - <RootNamespace></RootNamespace> |
8 | | - <IsPackable>False</IsPackable> |
9 | | - <NoWarn>CS0649;CS0169</NoWarn> |
10 | | - </PropertyGroup> |
11 | | - |
12 | | - <ItemGroup> |
13 | | - <PackageReference Include="chocolatey" Version="0.10.14" /> |
14 | | - <PackageReference Include="GitVersion.CommandLine.DotNetCore" Version="5.0.1"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 6 | + |
| 7 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 8 | + <RootNamespace></RootNamespace> |
| 9 | + <IsPackable>False</IsPackable> |
| 10 | + <NoWarn>CS0649;CS0169</NoWarn> |
| 11 | + </PropertyGroup> |
| 12 | + |
| 13 | + <ItemGroup> |
| 14 | + <PackageReference Include="chocolatey" Version="1.0.1" /> |
| 15 | + <PackageReference Include="GitVersion.CommandLine" Version="5.9.0"> |
| 16 | + <PrivateAssets>all</PrivateAssets> |
| 17 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 18 | + </PackageReference> |
| 19 | + <PackageReference Include="GitVersion.Core" Version="5.9.0" /> |
| 20 | + <PackageReference Include="NuGet.CommandLine" Version="6.0.0"> |
15 | 21 | <PrivateAssets>all</PrivateAssets> |
16 | 22 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
17 | | - </PackageReference> |
18 | | - <PackageReference Include="NuGet.CommandLine" Version="5.2.0"> |
19 | | - <PrivateAssets>all</PrivateAssets> |
20 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
21 | | - </PackageReference> |
22 | | - <PackageReference Include="Nuke.Common" Version="0.21.2" /> |
23 | | - <PackageReference Include="Nuke.GitHub" Version="1.5.0" /> |
24 | | - <PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" /> |
25 | | - </ItemGroup> |
26 | | - |
27 | | - <ItemGroup> |
28 | | - <NukeMetadata Include="**\*.json" Exclude="bin\**;obj\**" /> |
29 | | - <NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" /> |
30 | | - <None Remove="*.csproj.DotSettings;*.ref.*.txt" /> |
31 | | - <None Include="..\appveyor-release.yml" Link="appveyor-release.yml" /> |
32 | | - <None Include="..\Build-DebugPack.ps1" Link="Build-DebugPack.ps1" /> |
33 | | - <None Include="..\Build-ReleasePack.ps1" Link="Build-ReleasePack.ps1" /> |
34 | | - |
35 | | - <!-- Common build related files --> |
36 | | - <None Include="..\build.ps1" /> |
37 | | - <None Include="..\build.sh" /> |
38 | | - <None Include="..\.nuke" /> |
39 | | - <None Include="..\global.json" Condition="Exists('..\global.json')" /> |
40 | | - <None Include="..\nuget.config" Condition="Exists('..\nuget.config')" /> |
41 | | - <None Include="..\azure-pipelines.yml" Condition="Exists('..\azure-pipelines.yml')" /> |
42 | | - <None Include="..\Jenkinsfile" Condition="Exists('..\Jenkinsfile')" /> |
43 | | - <None Include="..\appveyor.yml" Condition="Exists('..\appveyor.yml')" /> |
44 | | - <None Include="..\.travis.yml" Condition="Exists('..\.travis.yml')" /> |
45 | | - <None Include="..\GitVersion.yml" Condition="Exists('..\GitVersion.yml')" /> |
46 | | - </ItemGroup> |
47 | | - |
48 | | -</Project> |
| 23 | + </PackageReference> |
| 24 | + <PackageReference Include="Nuke.Common" Version="5.0.0" /> |
| 25 | + <PackageReference Include="Nuke.GitHub" Version="1.5.0" /> |
| 26 | + <PackageReference Include="NUnit.ConsoleRunner" Version="3.15.0" /> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | + <ItemGroup> |
| 30 | + <NukeMetadata Include="**\*.json" Exclude="bin\**;obj\**" /> |
| 31 | + <NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" /> |
| 32 | + <None Remove="*.csproj.DotSettings;*.ref.*.txt" /> |
| 33 | + <None Include="..\appveyor-release.yml" Link="appveyor-release.yml" /> |
| 34 | + <None Include="..\appveyor.gitversion.yml" Link="appveyor.gitversion.yml" /> |
| 35 | + <None Include="..\Build-DebugPack.ps1" Link="Build-DebugPack.ps1" /> |
| 36 | + <None Include="..\Build-ReleasePack.ps1" Link="Build-ReleasePack.ps1" /> |
| 37 | + |
| 38 | + <!-- Common build related files --> |
| 39 | + <None Include="..\build.ps1" /> |
| 40 | + <None Include="..\build.sh" /> |
| 41 | + <None Include="..\.nuke" /> |
| 42 | + <None Include="..\global.json" Condition="Exists('..\global.json')" /> |
| 43 | + <None Include="..\nuget.config" Condition="Exists('..\nuget.config')" /> |
| 44 | + <None Include="..\azure-pipelines.yml" Condition="Exists('..\azure-pipelines.yml')" /> |
| 45 | + <None Include="..\Jenkinsfile" Condition="Exists('..\Jenkinsfile')" /> |
| 46 | + <None Include="..\appveyor.yml" Condition="Exists('..\appveyor.yml')" /> |
| 47 | + <None Include="..\.travis.yml" Condition="Exists('..\.travis.yml')" /> |
| 48 | + <None Include="..\GitVersion.yml" Condition="Exists('..\GitVersion.yml')" /> |
| 49 | + </ItemGroup> |
| 50 | + |
| 51 | +</Project> |
0 commit comments