Skip to content

Commit

Permalink
Merge pull request #1 from czf/dependabot/nuget/Czf.ApiWrapper.Radioc…
Browse files Browse the repository at this point in the history
…om/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Czf.ApiWrapper.Radiocom
  • Loading branch information
czf committed Jul 24, 2022
2 parents 09584ee + 7c96f84 commit 37294b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Czf.ApiWrapper.Radiocom/Czf.ApiWrapper.Radiocom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageProjectUrl>https://github.com/czf/Czf.ApiWrapper.Radiocom</PackageProjectUrl>
<RepositoryUrl>https://github.com/czf/Czf.ApiWrapper.Radiocom</RepositoryUrl>
<PackageTags>radio.com</PackageTags>
<Version>1.2.0.2</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Czf.Shared.Contracts" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>

0 comments on commit 37294b1

Please sign in to comment.