Skip to content

Commit

Permalink
Bump to latest dependencies. Remove iPQ projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Apr 16, 2024
1 parent d598249 commit 433a23a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Wororo.Utilities/Wororo.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>A set of utilities for my personal projects.</Description>
<RepositoryUrl>https://github.com/gabrieldelaparra/Wororo.Utilities</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Utilities</PackageTags>
<Copyright>2023, Gabriel De La Parra</Copyright>
<Copyright>2024, Gabriel De La Parra</Copyright>
<Authors>Gabriel De La Parra</Authors>
<Company>Wororo</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en</NeutralLanguage>
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
<PackageProjectUrl>https://www.nuget.org/packages/Wororo.Utilities/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>Wororo Utilities</Title>
<Version>1.2.1.14</Version>
<Platforms>AnyCPU;x64</Platforms>
<Version>1.2.15</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,10 +26,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="MiniExcel" Version="0.19.1" />
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="NaturalSort.Extension" Version="4.1.0" />
<PackageReference Include="NaturalSort.Extension" Version="4.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 433a23a

Please sign in to comment.