Skip to content

Commit

Permalink
Merge pull request #365 from cmu-sei/dependabot/nuget/src/Ghosts.Clie…
Browse files Browse the repository at this point in the history
…nt/nuget-ee6faaadce

Bump the nuget group across 1 directory with 2 updates
  • Loading branch information
sei-dupdyke authored Jun 14, 2024
2 parents de23451 + 1cbcc03 commit e2373d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion src/Ghosts.Client/Ghosts.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\packages\Microsoft.Identity.Client.4.61.3\lib\net462\Microsoft.Identity.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand All @@ -131,6 +135,10 @@
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.Data.SqlClient.4.8.6\lib\net461\System.Data.SqlClient.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.DirectoryServices.AccountManagement" />
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel" />
Expand Down Expand Up @@ -416,7 +424,7 @@
<Version>8.0.4</Version>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client">
<Version>4.60.3</Version>
<Version>4.61.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect">
<Version>7.5.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/Ghosts.Client/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<package id="Microsoft.Extensions.PlatformAbstractions" version="1.1.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Primitives" version="3.1.3" targetFramework="net461" />
<package id="Microsoft.Extensions.WebEncoders" version="3.1.3" targetFramework="net461" />
<package id="Microsoft.Identity.Client" version="4.60.3" targetFramework="net462" />
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net462" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.5.1" targetFramework="net462" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.1" targetFramework="net462" />
<package id="Microsoft.IdentityModel.Logging" version="7.5.1" targetFramework="net462" />
Expand Down Expand Up @@ -113,7 +113,7 @@
<package id="System.ComponentModel.TypeConverter" version="4.3.0" targetFramework="net461" />
<package id="System.Console" version="4.3.1" targetFramework="net461" />
<package id="System.Data.Common" version="4.3.0" targetFramework="net461" />
<package id="System.Data.SqlClient" version="4.8.5" targetFramework="net461" />
<package id="System.Data.SqlClient" version="4.8.6" targetFramework="net462" />
<package id="System.Diagnostics.Contracts" version="4.3.0" targetFramework="net461" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net461" />
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net462" />
Expand Down

0 comments on commit e2373d8

Please sign in to comment.