Skip to content

Commit

Permalink
Updated: NuGet Package Resolver Dependency w/ Newtonsoft fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 21, 2022
1 parent 255341f commit 4db8c92
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -12,13 +12,13 @@
<RepositoryUrl>https://github.com/Sewer56/Update</RepositoryUrl>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGet.Packaging" Version="5.7.0" />
<PackageReference Include="NuGet.Packaging.Core" Version="5.7.0" />
<PackageReference Include="NuGet.Protocol" Version="5.7.0" />
<PackageReference Include="NuGet.Packaging" Version="6.3.0" />
<PackageReference Include="NuGet.Packaging.Core" Version="6.3.0" />
<PackageReference Include="NuGet.Protocol" Version="6.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4db8c92

Please sign in to comment.