Skip to content

Commit ebf1e84

Browse files
authored
Merge pull request #1072 from hs-hub-world/patch-1
Update Update.csproj
2 parents b25c9fa + d32852b commit ebf1e84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Update/Update.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
</PropertyGroup>
4040
<ItemGroup>
4141
<Reference Include="DeltaCompressionDotNet">
42-
<HintPath>..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.dll</HintPath>
42+
<HintPath>..\..\packages\DeltaCompressionDotNet.1.1.0\lib\net45\DeltaCompressionDotNet.dll</HintPath>
4343
</Reference>
4444
<Reference Include="DeltaCompressionDotNet.MsDelta">
45-
<HintPath>..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll</HintPath>
45+
<HintPath>..\..\packages\DeltaCompressionDotNet.1.1.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll</HintPath>
4646
</Reference>
4747
<Reference Include="DeltaCompressionDotNet.PatchApi">
48-
<HintPath>..\..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll</HintPath>
48+
<HintPath>..\..\packages\DeltaCompressionDotNet.1.1.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Microsoft.Web.XmlTransform">
5151
<HintPath>..\..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
@@ -135,4 +135,4 @@ ren "$(TargetFileName).tmp" "$(TargetFileName)"</PostBuildEvent>
135135
<Target Name="AfterBuild">
136136
</Target>
137137
-->
138-
</Project>
138+
</Project>

0 commit comments

Comments
 (0)