Skip to content

Commit

Permalink
Nuget update
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Nov 21, 2022
1 parent 1854838 commit 14757d5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Tools/Psdz/AssemblyPatcher/AssemblyPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="dnlib, Version=3.5.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
<HintPath>..\packages\dnlib.3.5.0\lib\net45\dnlib.dll</HintPath>
<Reference Include="dnlib, Version=3.6.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
<HintPath>..\packages\dnlib.3.6.0\lib\net45\dnlib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion Tools/Psdz/AssemblyPatcher/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dnlib" version="3.5.0" targetFramework="net472" />
<package id="dnlib" version="3.6.0" targetFramework="net472" />
<package id="Scripty.MsBuild" version="0.7.4" targetFramework="net472" developmentDependency="true" />
</packages>
2 changes: 1 addition & 1 deletion Tools/Psdz/WebPsdzClient/WebPsdzClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="MySqlConnector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL">
<HintPath>..\packages\MySqlConnector.2.2.0\lib\net471\MySqlConnector.dll</HintPath>
<HintPath>..\packages\MySqlConnector.2.2.1\lib\net471\MySqlConnector.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Tools/Psdz/WebPsdzClient/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<package id="Microsoft.Owin.Security.OAuth" version="4.2.2" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
<package id="MySqlConnector" version="2.2.0" targetFramework="net472" />
<package id="MySqlConnector" version="2.2.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="Owin" version="1.0" targetFramework="net472" />
<package id="Scripty.MsBuild" version="0.7.4" targetFramework="net472" developmentDependency="true" />
Expand Down
4 changes: 2 additions & 2 deletions Tools/Psdz/dnpatch/dnpatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="dnlib, Version=3.5.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
<HintPath>..\packages\dnlib.3.5.0\lib\net45\dnlib.dll</HintPath>
<Reference Include="dnlib, Version=3.6.0.0, Culture=neutral, PublicKeyToken=50e96378b6e77999, processorArchitecture=MSIL">
<HintPath>..\packages\dnlib.3.6.0\lib\net45\dnlib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Tools/Psdz/dnpatch/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dnlib" version="3.5.0" targetFramework="net452" />
<package id="dnlib" version="3.6.0" targetFramework="net452" />
</packages>

0 comments on commit 14757d5

Please sign in to comment.