Skip to content

Commit

Permalink
Add MinVer
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Oct 2, 2020
1 parent f3ad4f6 commit 7723a39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Depends.Core/Depends.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<Version>0.5.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Buildalyzer" Version="3.0.1" />
<PackageReference Include="NuGet.ProjectModel" Version="5.7.0" />
<PackageReference Include="MinVer" Version="2.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

<!-- The below is only to not run into incompatibilites with the NuGet version loaded by MSBuild -->
<PackageReference Include="NuGet.Build.Tasks" Version="5.7.0" />
Expand Down
5 changes: 4 additions & 1 deletion src/Depends/Depends.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<ToolCommandName>dotnet-depends</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
<Version>0.5.0</Version>
<PackageId>dotnet-depends</PackageId>
<Title>dotnet-depends</Title>
<Authors>mholo65</Authors>
Expand All @@ -19,6 +18,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.8" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.0.0" />
<PackageReference Include="Terminal.Gui" Version="0.81.0" />
<PackageReference Include="MinVer" Version="2.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7723a39

Please sign in to comment.