File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >0.2 .0</Version >
5+ <Version >0.3 .0</Version >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" buildalyzer" Version =" 2.0 .0" />
10- <PackageReference Include =" NuGet.ProjectModel" Version =" 4.8.0 " />
9+ <PackageReference Include =" buildalyzer" Version =" 2.2 .0" />
10+ <PackageReference Include =" NuGet.ProjectModel" Version =" 4.9.3 " />
1111
1212 <!-- The below is only to not riun into incompatibilites with the NuGet version loaded by MSBuild -->
13- <PackageReference Include =" NuGet.Build.Tasks" Version =" 4.8.0 " />
14- <PackageReference Include =" NuGet.Resolver" Version =" 4.8.0 " />
13+ <PackageReference Include =" NuGet.Build.Tasks" Version =" 4.9.3 " />
14+ <PackageReference Include =" NuGet.Resolver" Version =" 4.9.3 " />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 55 <ToolCommandName >dotnet-depends</ToolCommandName >
66 <PackAsTool >True</PackAsTool >
77 <OutputType >Exe</OutputType >
8- <Version >0.2 .0</Version >
8+ <Version >0.3 .0</Version >
99 <PackageId >dotnet-depends</PackageId >
1010 <Title >dotnet-depends</Title >
1111 <Authors >mholo65</Authors >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.1.1 " />
20- <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.2.5 " />
21- <PackageReference Include =" Terminal.Gui" Version =" 0.16 .0" />
19+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0 " />
20+ <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.3.2 " />
21+ <PackageReference Include =" Terminal.Gui" Version =" 0.19 .0" />
2222 </ItemGroup >
2323
2424 <ItemGroup >
You can’t perform that action at this time.
0 commit comments