Skip to content

Commit

Permalink
Packages update (CI) (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: net-framework-updater[bot] <136581072+net-framework-updater[bot]@users.noreply.github.com>
  • Loading branch information
net-framework-updater[bot] authored Dec 1, 2024
1 parent 4ad35c1 commit 639de6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/GHActionsCI/GHActionsCI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CrispyWaffle, Version=9.0.68.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\packages\CrispyWaffle.9.0.68\lib\netstandard2.0\CrispyWaffle.dll</HintPath>
<Reference Include="CrispyWaffle, Version=9.1.5.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\packages\CrispyWaffle.9.1.5\lib\netstandard2.0\CrispyWaffle.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
Expand Down
2 changes: 1 addition & 1 deletion Src/GHActionsCI/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CrispyWaffle" version="9.0.68" targetFramework="net48" />
<package id="CrispyWaffle" version="9.1.5" targetFramework="net48" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net48" />
<package id="MSBuild.Version.Target" version="4.0.150" targetFramework="net48" developmentDependency="true" />
<package id="MSBuildTasks" version="1.5.0.235" targetFramework="net48" developmentDependency="true" />
Expand Down

0 comments on commit 639de6c

Please sign in to comment.