Skip to content

Commit

Permalink
Merge pull request microsoft#1796 from ldennington/remove-nuget-comma…
Browse files Browse the repository at this point in the history
…nds-ref

dependencies: resolve dependabot alerts
  • Loading branch information
ldennington authored Oct 14, 2022
2 parents 1afab89 + 3514124 commit bc1bf29
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions GVFS/GVFS.Common/GVFS.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<ItemGroup>
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.278" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="NuGet.Commands" Version="4.9.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
</ItemGroup>

<ItemGroup>
Expand All @@ -19,13 +18,11 @@

<Target Name="_GenerateConstantsFile" BeforeTargets="BeforeCompile">
<!-- Generate GVFS constants file with the minimum Git version -->
<GenerateGVFSConstants MinimumGitVersion="$(MinimumGitVersion)"
LibGit2FileName="$(libgit2_filename)"
OutputFile="$(IntermediateOutputPath)GVFSConstants.g.cs" />
<GenerateGVFSConstants MinimumGitVersion="$(MinimumGitVersion)" LibGit2FileName="$(libgit2_filename)" OutputFile="$(IntermediateOutputPath)GVFSConstants.g.cs" />
<!-- Add the generated file to the list of file writes for MSBuild to keep track of for clean-up -->
<ItemGroup>
<Compile Include="$(IntermediateOutputPath)GVFSConstants.g.cs" />
<FileWrites Include="$(IntermediateOutputPath)GVFSConstants.g.cs"/>
<FileWrites Include="$(IntermediateOutputPath)GVFSConstants.g.cs" />
</ItemGroup>
</Target>

Expand Down
4 changes: 2 additions & 2 deletions GVFS/GVFS.FunctionalTests/GVFS.FunctionalTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
<PackageReference Include="Microsoft.Database.Collections.Generic" Version="1.9.4" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion GVFS/GVFS.GVFlt/GVFS.GVFlt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions GVFS/GVFS.Service/GVFS.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GVFS/GVFS.Virtualization/GVFS.Virtualization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>

0 comments on commit bc1bf29

Please sign in to comment.