Skip to content

Commit

Permalink
Bump Microsoft.IO.Redist from 6.0.0 to 6.0.1 in /Build
Browse files Browse the repository at this point in the history
Bumps Microsoft.IO.Redist from 6.0.0 to 6.0.1.

---
updated-dependencies:
- dependency-name: Microsoft.IO.Redist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 2bc0f9d commit c01bcd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@
<Reference Include="Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Build.Utilities.Core.17.2.0\lib\net472\Microsoft.Build.Utilities.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IO.Redist, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IO.Redist.6.0.0\lib\net472\Microsoft.IO.Redist.dll</HintPath>
<Reference Include="Microsoft.IO.Redist, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\packages/Microsoft.IO.Redist.6.0.1/lib/net472/Microsoft.IO.Redist.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.NET.StringTools.1.0.0\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Build/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="JetBrains.Annotations" version="2019.1.3" targetFramework="net472" developmentDependency="true" />
<package id="Microsoft.Build.Framework" version="17.2.0" targetFramework="net472" />
<package id="Microsoft.Build.Utilities.Core" version="17.2.0" targetFramework="net472" />
<package id="Microsoft.IO.Redist" version="6.0.0" targetFramework="net472" />
<package id="Microsoft.IO.Redist" version="6.0.1" targetFramework="net472" />
<package id="Microsoft.NET.StringTools" version="1.0.0" targetFramework="net472" />
<package id="MSBuild.Extension.Pack" version="1.5.0" targetFramework="net472" developmentDependency="true" />
<package id="NuGet.CommandLine" version="3.5.0" targetFramework="net472" developmentDependency="true" />
Expand Down

0 comments on commit c01bcd9

Please sign in to comment.