Skip to content

Commit

Permalink
Update deps and bump up version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Jan 29, 2024
1 parent ea900e2 commit c0a2d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DotNetSortRefs/DotNetSortRefs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET Core global tool to alphabetically sort package references in csproj or fsproj</Description>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<Authors>Babu Annamalai</Authors>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
Expand All @@ -18,8 +18,8 @@
<EmbeddedResource Include="Sort.xsl" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="System.IO.Abstractions" Version="13.2.47" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.15" />
</ItemGroup>
</Project>

0 comments on commit c0a2d2b

Please sign in to comment.