Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Feb 25, 2019
1 parent f7cdd1c commit 87f52bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions src/Depends.Core/Depends.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="buildalyzer" Version="2.0.0" />
<PackageReference Include="NuGet.ProjectModel" Version="4.8.0" />
<PackageReference Include="buildalyzer" Version="2.2.0" />
<PackageReference Include="NuGet.ProjectModel" Version="4.9.3" />

<!-- The below is only to not riun into incompatibilites with the NuGet version loaded by MSBuild -->
<PackageReference Include="NuGet.Build.Tasks" Version="4.8.0" />
<PackageReference Include="NuGet.Resolver" Version="4.8.0" />
<PackageReference Include="NuGet.Build.Tasks" Version="4.9.3" />
<PackageReference Include="NuGet.Resolver" Version="4.9.3" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Depends/Depends.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ToolCommandName>dotnet-depends</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<PackageId>dotnet-depends</PackageId>
<Title>dotnet-depends</Title>
<Authors>mholo65</Authors>
Expand All @@ -16,9 +16,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
<PackageReference Include="Terminal.Gui" Version="0.16.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.2" />
<PackageReference Include="Terminal.Gui" Version="0.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 87f52bb

Please sign in to comment.