Skip to content

Commit

Permalink
Merge pull request #1067 from solidify/dependabot/nuget/src/WorkItemM…
Browse files Browse the repository at this point in the history
…igrator/JiraExport/RestSharp-106.12.0

Bump RestSharp from 106.10.1 to 106.12.0 in /src/WorkItemMigrator/JiraExport
  • Loading branch information
Alexander-Hjelm authored Sep 19, 2024
2 parents fcce217 + 25f30c6 commit c15ff64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/WorkItemMigrator/JiraExport/jira-export.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,20 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Atlassian.SDK" Version="12.1.0" />
<PackageReference Include="Atlassian.SDK" Version="13.0.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.Agent.Intercept" Version="2.4.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.21.0" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="106.10.1" />
<PackageReference Include="RestSharp" Version="106.12.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="RestSharp, Version=106.12.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75">
<HintPath>..\packages\RestSharp.106.12.0\lib\netstandard2.0\RestSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.Management" />
<Reference Include="System.Numerics" />
Expand Down
2 changes: 1 addition & 1 deletion src/WorkItemMigrator/JiraExport/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.9.1" targetFramework="net471" />
<package id="Microsoft.Extensions.CommandLineUtils" version="1.1.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
<package id="RestSharp" version="106.10.1" targetFramework="net471" />
<package id="RestSharp" version="106.12.0" targetFramework="net6.0" />
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net471" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net48" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Atlassian.SDK" Version="12.1.0" />
<PackageReference Include="Atlassian.SDK" Version="13.0.0" />
<PackageReference Include="AutoFixture" Version="4.18.0" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Atlassian.SDK" Version="12.1.0" />
<PackageReference Include="Atlassian.SDK" Version="13.0.0" />
<PackageReference Include="AutoFixture" Version="4.18.0" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit c15ff64

Please sign in to comment.